Update index.html
This commit is contained in:
parent
10d3b3c985
commit
e0ee42e61e
20
index.html
20
index.html
@ -10,7 +10,7 @@
|
|||||||
<link rel="stylesheet" href="css/popup.css">
|
<link rel="stylesheet" href="css/popup.css">
|
||||||
<link rel="stylesheet" href="css/searchbar.css">
|
<link rel="stylesheet" href="css/searchbar.css">
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
<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 async src="https://www.googletagmanager.com/gtag/js?id=G-C44R8LD9MC"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
@ -19,6 +19,24 @@
|
|||||||
|
|
||||||
gtag('config', 'G-C44R8LD9MC');
|
gtag('config', 'G-C44R8LD9MC');
|
||||||
</script>
|
</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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user