Skip to content

Commit

Permalink
added ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Feb 29, 2012
1 parent f067bf7 commit 5213ac3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
@@ -1,6 +1,16 @@
<html>
<head>
<title></title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24017782-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
hi
Expand Down

0 comments on commit 5213ac3

Please sign in to comment.