Skip to content

Commit

Permalink
readme & landing page init
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliugaina committed Jun 4, 2019
1 parent 80a6948 commit e85ad7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2-css+js-clock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
const hourDegrees = ((mins / 12) * 360) + 90;
hourHand.style.transform = `rotate(${hourDegrees}deg)`;
}
setInterval(setDate,2000);
setInterval(setDate, 1000);
</script>
</body>
</html>
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<title>Document</title>
</head>
<body>

<h1>Javascript30 Challenge - by Wes Bos</h1>
<div>

</div>
</body>
</html>

0 comments on commit e85ad7d

Please sign in to comment.