OpenSourceRonin commited on
Commit
38904bd
1 Parent(s): b64c83f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -1
index.html CHANGED
@@ -4,6 +4,17 @@
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
 
 
 
 
 
 
 
 
 
 
 
7
  <link rel="stylesheet" href="style.css" />
8
  <script
9
  type="module"
@@ -76,4 +87,4 @@
76
  }
77
  }
78
  </style>
79
- </html>
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
+
8
+ <!-- Google tag (gtag.js) -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-2ZR8R45ZZ1"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+
15
+ gtag('config', 'G-2ZR8R45ZZ1');
16
+ </script>
17
+
18
  <link rel="stylesheet" href="style.css" />
19
  <script
20
  type="module"
 
87
  }
88
  }
89
  </style>
90
+ </html>