File tree 3 files changed +45
-12
lines changed
3 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React + TS</ title >
8
- </ head >
9
- < body class ="bg-secondary-lightest-1 ">
10
- < div id ="root "> </ div >
11
- < script type ="module " src ="/src/main.tsx "> </ script >
12
- </ body >
13
- </ html >
3
+
4
+ < head >
5
+ <!-- Google tag (gtag.js) -->
6
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-G0FBNWR63G "> </ script >
7
+ < script >
8
+ window . dataLayer = window . dataLayer || [ ] ;
9
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
10
+ gtag ( 'js' , new Date ( ) ) ;
11
+
12
+ gtag ( 'config' , 'G-G0FBNWR63G' ) ;
13
+ </ script >
14
+ < meta charset ="UTF-8 " />
15
+ < link rel ="icon " type ="image/svg+xml " href ="/if-logo.svg " />
16
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
17
+ < title > IF Visualizer</ title >
18
+ </ head >
19
+
20
+ < body class ="bg-secondary-lightest-1 ">
21
+ < div id ="root "> </ div >
22
+ < script type ="module " src ="/src/main.tsx "> </ script >
23
+ </ body >
24
+
25
+ </ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments