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 14d6d9e commit b2fc102Copy full SHA for b2fc102
index.html
@@ -3,6 +3,15 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>Main</title>
6
+ <!-- Global site tag (gtag.js) - Google Analytics -->
7
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100010752-5"></script>
8
+<script>
9
+ window.dataLayer = window.dataLayer || [];
10
+ function gtag(){dataLayer.push(arguments);}
11
+ gtag('js', new Date());
12
+
13
+ gtag('config', 'UA-100010752-5');
14
+</script>
15
</head>
16
17
<body>
@@ -10293,4 +10302,4 @@
10293
10302
author$project$Main$terminalContent(''),
10294
10303
author$project$Main$terminalFooter
10295
10304
]));
10296
-var elm$core$Lis
10305
+var elm$core$Lis
0 commit comments