Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
minor timer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jere-mie authored Feb 23, 2024
1 parent e424566 commit a18bbd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,20 @@ <h1 class="text-left brand-heading" style="margin-top: 25px;">WinHacks 2024</h1>
</style>
<div id="timer">
<div class="time">
<h1 id="days">21</h1>
<h1 id="days">0</h1>
<small>DAYS</small>
</div>
<div class="vl"></div>
<div class="time">
<h1 id="hours">21</h1>
<h1 id="hours">0</h1>
<small>HOURS</small>
</div>
<div class="time">
<h1 id="minutes">21</h1>
<h1 id="minutes">0</h1>
<small>MINUTES</small>
</div>
<div class="time">
<h1 id="seconds">21</h1>
<h1 id="seconds">0</h1>
<small>SECONDS</small>
</div>
</div>
Expand Down

0 comments on commit a18bbd6

Please sign in to comment.