rvalia commited on
Commit
1c9e991
1 Parent(s): 1560bcd

Update app/templates/general_pages/index.html

Browse files
app/templates/general_pages/index.html CHANGED
@@ -1,6 +1,16 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
 
 
 
 
 
 
 
3
 
 
 
 
4
  <head>
5
  <meta charset="utf-8" />
6
  <link rel="icon" href="/favicon.ico" />
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FTTNT05SXS"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
 
11
+ gtag('config', 'G-FTTNT05SXS');
12
+ </script>
13
+
14
  <head>
15
  <meta charset="utf-8" />
16
  <link rel="icon" href="/favicon.ico" />