website/discord-redirect.html
2025-03-24 19:55:45 +01:00

15 lines
364 B
HTML

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MVYJRKPK2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1MVYJRKPK2');
</script>
<script>
window.location.href = "https://discord.gg/yHva2ncjyx"
</script>