diff --git a/2-css+js-clock/index.html b/2-css+js-clock/index.html index 2604e47..df5ca89 100644 --- a/2-css+js-clock/index.html +++ b/2-css+js-clock/index.html @@ -80,7 +80,7 @@ const hourDegrees = ((mins / 12) * 360) + 90; hourHand.style.transform = `rotate(${hourDegrees}deg)`; } - setInterval(setDate,2000); + setInterval(setDate, 1000); \ No newline at end of file diff --git a/index.html b/index.html index 1989878..a0d64c2 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,9 @@ Document - +

Javascript30 Challenge - by Wes Bos

+
+ +
\ No newline at end of file