File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33
44< head >
5+ <!-- Google tag (gtag.js) -->
6+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-N1BDBV7WLD "> </ script >
7+ < script >
8+ window . dataLayer = window . dataLayer || [ ] ;
9+ function gtag ( ) { dataLayer . push ( arguments ) ; }
10+ gtag ( 'js' , new Date ( ) ) ;
11+
12+ gtag ( 'config' , 'G-N1BDBV7WLD' ) ;
13+ </ script >
514 < meta charset ="utf-8 " />
615 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
716 < title > Dev Codex</ title >
1322 < link href ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css " rel ="stylesheet " />
1423 < script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js "> </ script >
1524 < script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-csharp.min.js "> </ script >
16- </ head >
1725< link rel ="icon " type ="image/png " href ="favicon.png " />
1826< link href ="TestArena.styles.css " rel ="stylesheet " />
1927</ head >
You can’t perform that action at this time.
0 commit comments