Skip to content

Commit 4687bf1

Browse files
committed
update site
1 parent 90ba73d commit 4687bf1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

site/404.html

+11
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,16 @@ <h1>404</h1>
8282
</style>
8383
</div>
8484
</div>
85+
<!-- Global site tag (gtag.js) - Google Analytics -->
86+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>
87+
<script>
88+
window.dataLayer = window.dataLayer || [];
89+
function gtag() {
90+
dataLayer.push(arguments);
91+
}
92+
gtag('js', new Date());
93+
94+
gtag('config', 'UA-151755889-1');
95+
</script>
8596
</body>
8697
</html>

0 commit comments

Comments
 (0)