Add analytics

This commit is contained in:
Quantum 2022-02-27 01:11:23 -05:00
parent 9a23271a49
commit 2d1dbcc03c

View file

@ -124,5 +124,14 @@
</p> </p>
</div> </div>
</footer> </footer>
<script>
(function(r,e,p,u,b,l,i,c){r['GoogleAnalyticsObject']=b;r[b]=r[b]||function(){
(r[b].q=r[b].q||[]).push(arguments)},r[b].l=1*new Date();l=e.createElement(p),
i=e.getElementsByTagName(p)[0];l.async=1;l.src=u;i.parentNode.insertBefore(l,i)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102581070-4', 'auto');
ga('send', 'pageview');
</script>
</body> </body>
</html> </html>