Skip to content

Commit

Permalink
Added Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennamann authored May 13, 2017
1 parent 2af7e39 commit d7d5b1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-59812400-4', 'auto');
ga('send', 'pageview');
</script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/flavortext.js"></script>
<div class="container">
Expand All @@ -18,4 +27,4 @@
<button class="button" id="refresh_button" onclick="Refresh()">One more</button> <button class="button" id="about_button" onclick="About()">About</button>
</div>
</body>
</html>
</html>

0 comments on commit d7d5b1b

Please sign in to comment.