feat: add tracking

This commit is contained in:
2026-08-31 00:10:44 +02:00
parent 691041814f
commit 09c0cb7cd0
11 changed files with 110 additions and 0 deletions
+10
View File
@@ -5,6 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nothing to see here</title>
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WH82TZ9BQ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WH82TZ9BQ6');
</script>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<style>
* {