mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
gaug.es test on public page
This commit is contained in:
parent
197b3d54cb
commit
7e9a458cc4
14
index.php
14
index.php
@ -42,6 +42,20 @@ $items = yourls_api_stats( 'last', 1 );
|
|||||||
<p><small>icon font <a href="http://iconsweets.com/">iconsweets</a></small></p>
|
<p><small>icon font <a href="http://iconsweets.com/">iconsweets</a></small></p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _gauges = _gauges || [];
|
||||||
|
(function() {
|
||||||
|
var t = document.createElement('script');
|
||||||
|
t.type = 'text/javascript';
|
||||||
|
t.async = true;
|
||||||
|
t.id = 'gauges-tracker';
|
||||||
|
t.setAttribute('data-site-id', '4f575b81cb25bc21b50000a3');
|
||||||
|
t.src = '//secure.gaug.es/track.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0];
|
||||||
|
s.parentNode.insertBefore(t, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var _gaq=[['_setAccount','UA-1441794-9'],['_trackPageview']];
|
var _gaq=[['_setAccount','UA-1441794-9'],['_trackPageview']];
|
||||||
|
Loading…
Reference in New Issue
Block a user