Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
scrubware authored Sep 6, 2022
1 parent 9741b4c commit 808c516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<br>
<br>
<center>
<p>Bonelab, by stresslevelzero, has to release before:</p>
<p>Bonelab, by StressLevelZero, has to release before:</p>
<p id="demo"></p>
<p>scrubware</p>
</center>
Expand All @@ -26,8 +26,8 @@
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
document.getElementById("demo").innerHTML = days + "days, " + hours + "hours "
+ minutes + "minutes, and " + seconds + "seconds.";

// If the count down is finished, write some text
if (distance < 0) {
Expand Down

0 comments on commit 808c516

Please sign in to comment.