We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf7411 commit 88d2de1Copy full SHA for 88d2de1
index.html
@@ -15,7 +15,19 @@
15
<link rel="stylesheet" href="stylesheets/ie.css">
16
<![endif]-->
17
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
18
+<script type="text/javascript">
19
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>
31
</head>
32
<body>
33
0 commit comments