Create gh-pages branch via GitHub

This commit is contained in:
Ian Gulliver
2014-05-22 10:44:03 -07:00
parent 903fe69762
commit acfcee848f
2 changed files with 12 additions and 2 deletions

View File

@@ -61,6 +61,16 @@ with Google account signin</li>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-37845853-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>