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
@@ -2,6 +2,16 @@
<html>
<head>
<title>Upload</title>
<!-- 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>
</head>
<body>
<h1>Upload File</h1>