Skip to content

Commit 2323c8a

Browse files
authored
Update index.html
1 parent 8fbc7bf commit 2323c8a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
77
<title>ThirdKey.ai Research</title>
8+
9+
<!-- Google tag (gtag.js) -->
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DXG8X15EC"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
15+
16+
gtag('config', 'G-9DXG8X15EC');
17+
</script>
818

919
<!-- SEO Meta Tags -->
1020
<meta name="author" content="ThirdKey Research" />
@@ -615,16 +625,5 @@ <h1>thirdkey.ai</h1>
615625
}
616626
}
617627
</script>
618-
619-
<!-- Google tag (gtag.js) -->
620-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DXG8X15EC"></script>
621-
<script>
622-
window.dataLayer = window.dataLayer || [];
623-
function gtag(){dataLayer.push(arguments);}
624-
gtag('js', new Date());
625-
626-
gtag('config', 'G-9DXG8X15EC');
627-
</script>
628-
629628
</body>
630629
</html>

0 commit comments

Comments
 (0)