Skip to content

Commit

Permalink
Update Clock.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SooDragon authored Jun 22, 2021
1 parent f158e97 commit 3615328
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@
}
return zero + num;
}
</script>

<body>
<body onload="printClock()">
<div style="border:1px solid #dedede; width:600px; height:250px; line-height:250px; color:#666;font-size:100px; text-align:center;" id="clock">
</div>
</body>

0 comments on commit 3615328

Please sign in to comment.