Permalink
Browse files

Update index.html

  • Loading branch information...
xAsrielDreemurr committed Dec 4, 2017
1 parent cbe0d5a commit 865f00c659252931a9f836d42f298ae559cfef7e
Showing with 10 additions and 1 deletion.
  1. +10 −1 index.html
View
@@ -1,5 +1,14 @@
<head>
-
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110609706-1"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-110609706-1');
+</script>
+</head>
<h2>Select A Game:</h2>
<ul>

0 comments on commit 865f00c

Please sign in to comment.