Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
@@ -5,6 +5,15 @@
|
|
5 |
<script>
|
6 |
eruda.init();
|
7 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<script>
|
9 |
document.addEventListener("DOMContentLoaded", () => {
|
10 |
if (localStorage.getItem("admin") !== "1") {
|
|
|
5 |
<script>
|
6 |
eruda.init();
|
7 |
</script>
|
8 |
+
<!-- Google tag (gtag.js) -->
|
9 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2M35HBEEVH"></script>
|
10 |
+
<script>
|
11 |
+
window.dataLayer = window.dataLayer || [];
|
12 |
+
function gtag(){dataLayer.push(arguments);}
|
13 |
+
gtag('js', new Date());
|
14 |
+
|
15 |
+
gtag('config', 'G-2M35HBEEVH');
|
16 |
+
</script>
|
17 |
<script>
|
18 |
document.addEventListener("DOMContentLoaded", () => {
|
19 |
if (localStorage.getItem("admin") !== "1") {
|