mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 22:55:31 -04:00
add tracking code to 404 page
This commit is contained in:
@@ -47,5 +47,17 @@
|
|||||||
<h1>Well, this is embarassing... 😳</h1>
|
<h1>Well, this is embarassing... 😳</h1>
|
||||||
<p>The specified file was not found on this website. Please check the URL for mistakes and try again, or <a href="/">go home</a>.</p>
|
<p>The specified file was not found on this website. Please check the URL for mistakes and try again, or <a href="/">go home</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
var _paq = _paq || [];
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://stats.jarv.is/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'m.php']);
|
||||||
|
_paq.push(['setSiteId', '1']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user