File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 25
25
< link rel ="icon " type ="image/x-icon " href ="favicon.ico "/>
26
26
< link rel ="manifest " href ="manifest.webmanifest ">
27
27
< meta name ="theme-color " content ="#1a1a1a ">
28
+
29
+
30
+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-167450036-1 "> </ script >
31
+ < script >
32
+ window . dataLayer = window . dataLayer || [ ] ;
33
+
34
+ function gtag ( ) {
35
+ dataLayer . push ( arguments ) ;
36
+ }
37
+
38
+ gtag ( 'js' , new Date ( ) ) ;
39
+ gtag ( 'config' , 'UA-167450036-1' ) ;
40
+ </ script >
28
41
</ head >
29
42
< body >
30
43
< app-root > </ app-root >
31
44
< noscript > I know it sucks, but please enable JavaScript to continue using this application.</ noscript >
32
45
33
- < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-167450036-1 "> </ script >
34
- < script >
35
- window . dataLayer = window . dataLayer || [ ] ;
36
-
37
- function gtag ( ) {
38
- dataLayer . push ( arguments ) ;
39
- }
40
-
41
- gtag ( 'js' , new Date ( ) ) ;
42
- gtag ( 'config' , 'UA-167450036-1' ) ;
43
- </ script >
44
-
45
46
</ body >
46
47
</ html >
You can’t perform that action at this time.
0 commit comments