theWitcher commited on
Commit
61a7bf7
·
verified ·
1 Parent(s): e7e1c0e

add Google tag

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -172,6 +172,15 @@
172
  background-color: #f3f4f6; /* Slightly lighter gray on hover */
173
  }
174
  </style>
 
 
 
 
 
 
 
 
 
175
  </head>
176
  <body class="min-h-screen">
177
  <!-- Header -->
 
172
  background-color: #f3f4f6; /* Slightly lighter gray on hover */
173
  }
174
  </style>
175
+ <!-- Google tag (gtag.js) -->
176
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-JVF8N1DVSG"></script>
177
+ <script>
178
+ window.dataLayer = window.dataLayer || [];
179
+ function gtag(){dataLayer.push(arguments);}
180
+ gtag('js', new Date());
181
+
182
+ gtag('config', 'G-JVF8N1DVSG');
183
+ </script>
184
  </head>
185
  <body class="min-h-screen">
186
  <!-- Header -->