1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

Add google analytics and js obfuscation

This commit is contained in:
zumbiepig
2024-07-25 10:46:01 -07:00
parent 9d93c353e2
commit 6fa5a0bf1c
15 changed files with 156 additions and 3 deletions

View File

@@ -4,6 +4,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/resources/styles/main.css" />
<script src="/resources/scripts/main.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-972V2NZ2ZK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-972V2NZ2ZK");
</script>
<!-- End Google tag -->
</head>
<body>
<div class="launcher">