We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a38c71 commit 3ed6dcdCopy full SHA for 3ed6dcd
src/index.html
@@ -1,5 +1,14 @@
1
<html>
2
<head>
3
+ <!-- Global site tag (gtag.js) - Google Analytics -->
4
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131343638-5"></script>
5
+ <script>
6
+ window.dataLayer = window.dataLayer || [];
7
+ function gtag(){dataLayer.push(arguments);}
8
+ gtag('js', new Date());
9
+
10
+ gtag('config', 'UA-131343638-5');
11
+ </script>
12
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13
<title>Track the timezone easily</title>
14
</head>
0 commit comments