From 90ffb1557feb4fe228745b68e876e72a8df79149 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Thu, 8 Mar 2018 07:30:46 -0800 Subject: [PATCH] Add Google Analytics (sorry for being evil) --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 59d7120..e3c22fa 100644 --- a/index.html +++ b/index.html @@ -77,4 +77,14 @@ var strTime = hours + ':' + minutes + ' ' + ampm.toUpperCase() + ''; document.getElementById("time").innerHTML=strTime; + + + + \ No newline at end of file