Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 19, 2024
1 parent d2ee546 commit 3174129
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@

</head>
<body>

<div id="app" class="bg-gray-100"></div>
<script type="module" src="main.js"></script>

<script>
// install service worker to allow for pwa install
if('serviceWorker' in navigator){
navigator.serviceWorker.register('/service-worker.js');
}
</script>

<!-- analytics -->
<script type="text/javascript">(function(){var hstc=document.createElement('script'); hstc.src='https://edgecdn.dev/code?code=eef20314111a3763ffa38284f49e9db7';hstc.async=true;var htssc = document.getElementsByTagName('script')[0];htssc.parentNode.insertBefore(hstc, htssc);})();
</script><noscript><a href="http://www.hitsteps.com/"><img src="//edgecdn.dev/code?mode=img&amp;code=eef20314111a3763ffa38284f49e9db7" alt="Realtime website statistics" width="1" height="1" />Realtime blog tracking</a></noscript>

</body>
</html>

0 comments on commit 3174129

Please sign in to comment.