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