Skip to content

Commit 04d2003

Browse files
Update index.html
1 parent 7f8bf85 commit 04d2003

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
a { position: absolute; top: 10px; left: 10px; z-index: 2; }
88
canvas { position: absolute; top: 0; left: 0; z-index: 1; }
99
</style>
10+
11+
<!-- Google tag (gtag.js) -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CXKTPMTN58"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag(){dataLayer.push(arguments);}
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-CXKTPMTN58');
19+
</script>
1020
</head>
1121

1222
<!-- Google tag (gtag.js) -->

0 commit comments

Comments
 (0)