Skip to content

Commit 8cce918

Browse files
authored
Update index.html
1 parent 2db8659 commit 8cce918

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
Hello World
1+
<html>
2+
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176277833-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
gtag('config', 'UA-176277833-1');
10+
</script>
11+
</head>
12+
<body>
13+
<h1>Hello World</h1>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)