1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-28 10:29:55 +02:00

Add GA, slight CSS edits and use improved read me.

This commit is contained in:
Danny van Kooten
2014-10-07 13:16:01 +02:00
parent 1d0b24377b
commit b2b5242375
4 changed files with 74 additions and 44 deletions

View File

@@ -11,6 +11,16 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15758173-49', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
@@ -32,7 +42,7 @@
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/dannyvankooten">dannyvankooten</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a rel="nofollow" href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="/javascripts/scale.fix.js"></script>