aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/public/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
index 324627b..0a92619 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -12,6 +12,15 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jackyzha0/[email protected]/src/lite.css">
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Roboto+Mono&display=swap" rel="stylesheet">
<title>ctrl-v | a modern, open-source pastebin </title>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-DE1TYY2F24"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag() { dataLayer.push(arguments); }
+ gtag('js', new Date());
+
+ gtag('config', 'G-DE1TYY2F24');
+ </script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>