Skip to content

Commit 88d2de1

Browse files
committed
Update index.html
1 parent abf7411 commit 88d2de1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@
1515
<link rel="stylesheet" href="stylesheets/ie.css">
1616
<![endif]-->
1717
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
18+
<script type="text/javascript">
1819

20+
var _gaq = _gaq || [];
21+
_gaq.push(['_setAccount', 'UA-30557458-1']);
22+
_gaq.push(['_trackPageview']);
23+
24+
(function() {
25+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
26+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
27+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
28+
})();
29+
30+
</script>
1931
</head>
2032
<body>
2133

0 commit comments

Comments
 (0)