Skip to content

Commit 476d0ae

Browse files
Update index.html
1 parent f5a9344 commit 476d0ae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,15 @@ <h2 class="text-3xl font-bold mb-6">Get In Touch</h2>
363363
<p>&copy; <span id="currentYear"></span> Gaurav Meena. All rights reserved.</p>
364364
<p class="text-sm">Built with HTML, Tailwind CSS, and <i class="fas fa-heart text-red-500"></i></p>
365365
</footer>
366-
366+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JHNCW79FZT"></script>
367+
<script>
368+
window.dataLayer = window.dataLayer || [];
369+
function gtag(){dataLayer.push(arguments);}
370+
gtag('js', new Date());
371+
gtag('config', 'G-JHNCW79FZT', {
372+
'cookie_domain': 'none'
373+
});
374+
</script>
367375
<script>
368376
// Mobile menu toggle
369377
const mobileMenuButton = document.getElementById('mobile-menu-button');

0 commit comments

Comments
 (0)