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 7f8bf85 commit 04d2003Copy full SHA for 04d2003
index.html
@@ -7,6 +7,16 @@
7
a { position: absolute; top: 10px; left: 10px; z-index: 2; }
8
canvas { position: absolute; top: 0; left: 0; z-index: 1; }
9
</style>
10
+
11
+ <!-- Google tag (gtag.js) -->
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-CXKTPMTN58"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
17
18
+ gtag('config', 'G-CXKTPMTN58');
19
+ </script>
20
</head>
21
22
<!-- Google tag (gtag.js) -->
0 commit comments