feat: add tracking
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user