test bearlytics

This commit is contained in:
John Bowdre 2024-11-29 23:11:58 -06:00
parent 133d83016c
commit 23e943dc41
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -2,6 +2,8 @@
<link rel="me" title="proven.lol" href="https://proven.lol/4cc26c"> <link rel="me" title="proven.lol" href="https://proven.lol/4cc26c">
<!-- cabin analytics --> <!-- cabin analytics -->
<script async defer src="https://cabin.jbowdre.lol/hello.js"></script> <script async defer src="https://cabin.jbowdre.lol/hello.js"></script>
<!-- bearlytics -->
<script data-site="JWMACSZ" src="https://cubs.jbowdre.lol/script.js" defer></script>
<!-- typo animation --> <!-- typo animation -->
<script src="https://res.jbowdre.lol/js/typo.js" defer></script> <script src="https://res.jbowdre.lol/js/typo.js" defer></script>
<script> <script>
@ -31,11 +33,11 @@ document.addEventListener('DOMContentLoaded', function() {
observer.observe(themeSongContainer, { childList: true }); observer.observe(themeSongContainer, { childList: true });
} }
}); });
</script> </script>