File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
src/main/resources/templates/html Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7
7
< title > BlockMatrix Chain</ title >
8
8
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css " integrity ="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk " crossorigin ="anonymous ">
9
9
< link rel ="stylesheet " th:href ="@{styles/main.css} ">
10
+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-158781103-1 "> </ script >
11
+ < script >
12
+ window . dataLayer = window . dataLayer || [ ] ;
13
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
14
+ gtag ( 'js' , new Date ( ) ) ;
15
+ gtag ( 'config' , 'UA-158781103-1' ) ;
16
+
17
+ </ script >
10
18
</ head >
11
19
< body >
12
20
< section >
Original file line number Diff line number Diff line change 7
7
< title > BlockMatrix Chain</ title >
8
8
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css " integrity ="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk " crossorigin ="anonymous ">
9
9
< link rel ="stylesheet " th:href ="@{styles/main.css} ">
10
+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-158781103-1 "> </ script >
11
+ < script >
12
+ window . dataLayer = window . dataLayer || [ ] ;
13
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
14
+ gtag ( 'js' , new Date ( ) ) ;
15
+ gtag ( 'config' , 'UA-158781103-1' ) ;
16
+
17
+ </ script >
10
18
</ head >
11
19
< body >
12
20
< section >
You can’t perform that action at this time.
0 commit comments