Skip to content

Commit

Permalink
Add gauges
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 3, 2013
1 parent 6a32f63 commit 8029899
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Expand Up @@ -68,5 +68,18 @@
</div>
</div>
<script src='js/site.js'></script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4e36eb1ef5a1f53d6f000001');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>

0 comments on commit 8029899

Please sign in to comment.