Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit b745e39

Browse files
committed
added GA
1 parent f2d94c1 commit b745e39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

head.html

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<head>
22
<title>ethereum</title>
33
<link rel="shortcut icon" href="/favicon.png?v=1" type="image/x-icon">
4+
<script>
5+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
6+
(i[r].q=i[r].q||[]).push(arguments)
7+
},i[r].l=1*new Date();a=s.createElement(o),
8+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
9+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
10+
11+
ga('create', 'UA-47404697-1', 'auto');
12+
ga('send', 'pageview');
13+
</script>
414
</head>
515
<body>
616
<div id="player"></div>

0 commit comments

Comments
 (0)