Skip to content

Commit 25f477c

Browse files
committed
Add analytics
1 parent 309fe34 commit 25f477c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<link href="css/reset.css" rel="stylesheet" />
1313
<link href="css/main.css" rel="stylesheet" />
1414
<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>
1522
</head>
1623
<body>
1724
<div class="container">

0 commit comments

Comments
 (0)