File tree 4 files changed +46
-14
lines changed
4 files changed +46
-14
lines changed Load Diff This file was deleted.
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 ="/if-visualizer/vite.svg " />
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React + TS</ title >
8
- < script type ="module " crossorigin src ="/if-visualizer/assets/index-Juu0HrVn.js "> </ script >
9
- < link rel ="stylesheet " crossorigin href ="/if-visualizer/assets/index-BHxxlFYR.css ">
10
- </ head >
11
- < body class ="bg-secondary-lightest-1 ">
12
- < div id ="root "> </ div >
13
- </ body >
14
- </ 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-visualizer/if-logo.svg " />
16
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
17
+ < title > IF Visualizer</ title >
18
+ < script type ="module " crossorigin src ="/if-visualizer/assets/index-Juu0HrVn.js "> </ script >
19
+ < link rel ="stylesheet " crossorigin href ="/if-visualizer/assets/index-BHxxlFYR.css ">
20
+ </ head >
21
+
22
+ < body class ="bg-secondary-lightest-1 ">
23
+ < div id ="root "> </ div >
24
+ </ body >
25
+
26
+ </ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments