diff --git a/index.html b/index.html index 9155cd0..d7a02de 100644 --- a/index.html +++ b/index.html @@ -1 +1,8 @@ -Brew Timer

00:00:00

-00:00:00

Step Name
Alert At
\ No newline at end of file +Brew Timer

00:00:00

-00:00:00

Step Name
Alert At
\ No newline at end of file diff --git a/index.jade b/index.jade index f449ffe..a2287be 100644 --- a/index.jade +++ b/index.jade @@ -58,4 +58,13 @@ html ="): " a(href="//soundbible.com/1806-Censored-Beep.html", target="_blank") Censored Beep =", " - a(href="//soundbible.com/1967-Clinking-Teaspoon.html", target="_blank") Clinking Teaspoon \ No newline at end of file + a(href="//soundbible.com/1967-Clinking-Teaspoon.html", target="_blank") Clinking Teaspoon + script(type="text/javascript") + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-34513423-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); + })();