Update index.html

This commit is contained in:
Preston 2024-09-30 18:19:32 -07:00 committed by GitHub
parent 10d3b3c985
commit e0ee42e61e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="css/searchbar.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) Github Pages -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C44R8LD9MC"></script>
<script>
window.dataLayer = window.dataLayer || [];
@ -19,6 +19,24 @@
gtag('config', 'G-C44R8LD9MC');
</script>
<!-- Google tag (gtag.js) Netlify -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0R2ZXFSYVT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0R2ZXFSYVT');
</script>
<!-- Google tag (gtag.js) Render -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MND1TVBSXV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MND1TVBSXV');
</script>
</head>
<body>