Skip to content

Commit b2fc102

Browse files
committed
Add GA tag
1 parent 14d6d9e commit b2fc102

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
615
</head>
716

817
<body>
@@ -10293,4 +10302,4 @@
1029310302
author$project$Main$terminalContent(''),
1029410303
author$project$Main$terminalFooter
1029510304
]));
10296-
var elm$core$Lis
10305+
var elm$core$Lis

0 commit comments

Comments
 (0)