1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-11-04 12:40:09 -05:00

Update index.html

This commit is contained in:
2019-08-11 11:46:30 -04:00
committed by GitHub
parent b0c2d83481
commit 6ee83c34b1

View File

@@ -40,10 +40,10 @@
_paq.push(['enableHeartBeatTimer']);
(function() {
var u='https://stats.jarv.is/';
_paq.push(['setTrackerUrl', u+'m.php']);
_paq.push(['setTrackerUrl', u+'send']);
_paq.push(['setSiteId', '9']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
g.async=true; g.defer=true; g.src=u+'stats.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</body>