Skip to content

Commit 5d66d3f

Browse files
authored
Update index.html
1 parent 67fa759 commit 5d66d3f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,5 +1635,15 @@ <h4>For any queries or issues. <a href="https://github.com/HTMLGuyLLC/jAlert/iss
16351635
<script>
16361636
$.jAlert('attach');
16371637
</script>
1638+
<!-- Global site tag (gtag.js) - Google Analytics -->
1639+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126490722-2"></script>
1640+
<script>
1641+
window.dataLayer = window.dataLayer || [];
1642+
function gtag(){dataLayer.push(arguments);}
1643+
gtag('js', new Date());
1644+
1645+
gtag('config', 'UA-126490722-2');
1646+
</script>
1647+
16381648
</body>
16391649
</html>

0 commit comments

Comments
 (0)