Update index.html

This commit is contained in:
slweeb 2022-02-11 15:55:17 -05:00
parent 471a0c170a
commit 3a9e685423
1 changed files with 2 additions and 2 deletions

View File

@ -8218,13 +8218,13 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
<!-- i like having this but ublock blocks these things anyway -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T6E9BCPM32"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93720349-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T6E9BCPM32');
gtag('config', 'UA-93720349-9');
</script>
</body>