File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0 ">
7
7
< 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 >
8
18
9
19
<!-- SEO Meta Tags -->
10
20
< meta name ="author " content ="ThirdKey Research " />
@@ -615,16 +625,5 @@ <h1>thirdkey.ai</h1>
615
625
}
616
626
}
617
627
</ 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
-
629
628
</ body >
630
629
</ html >
You can’t perform that action at this time.
0 commit comments