Skip to content

Commit 3d6d205

Browse files
committed
update index.html
1 parent 4d44c84 commit 3d6d205

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99

1010
<script defer type="module" src="./assets/js/main.js"></script>
1111
<link rel="stylesheet" href="./assets/css/main.css">
12+
13+
<!-- Google tag (gtag.js) -->
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2TG40TFW75"></script>
15+
<script>
16+
window.dataLayer = window.dataLayer || [];
17+
18+
function gtag() { dataLayer.push(arguments); }
19+
gtag('js', new Date());
20+
21+
gtag('config', 'G-2TG40TFW75');
22+
</script>
1223
</head>
1324

1425
<body>

0 commit comments

Comments
 (0)