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 309fe34 commit 25f477cCopy full SHA for 25f477c
docs/index.html
@@ -12,6 +12,13 @@
12
<link href="css/reset.css" rel="stylesheet" />
13
<link href="css/main.css" rel="stylesheet" />
14
<script type="module" src="index.js"></script>
15
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-3MXM4VVNQP"></script>
16
+ <script>
17
+ window.dataLayer = window.dataLayer || [];
18
+ function gtag(){dataLayer.push(arguments);}
19
+ gtag('js', new Date());
20
+ gtag('config', 'G-3MXM4VVNQP');
21
+ </script>
22
</head>
23
<body>
24
<div class="container">
0 commit comments