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 35f061f commit a82e759Copy full SHA for a82e759
index.html
@@ -25,6 +25,15 @@
25
<link rel="apple-touch-icon" sizes="180x180" href="https://avatars.githubusercontent.com/u/1699577?s=180&v=4">
26
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/1699577?s=32&v=4">
27
<link rel="stylesheet" href="./src/styles.css">
28
+
29
+ <!-- Google Analytics -->
30
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-CN9QLWY4JG"></script>
31
+ <script>
32
+ window.dataLayer = window.dataLayer || [];
33
+ function gtag(){dataLayer.push(arguments);}
34
+ gtag('js', new Date());
35
+ gtag('config', 'G-CN9QLWY4JG');
36
+ </script>
37
</head>
38
<body>
39
<div class="animated-bg"></div>
0 commit comments