add analytics

This commit is contained in:
evanpelle
2024-09-16 12:14:42 -07:00
parent e3210c106d
commit e9cd3664c9
+10
View File
@@ -5,6 +5,16 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenFront (ALPHA)</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16702609763">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16702609763');
</script>
</head>
<body>