mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
fix spelling errors
This commit is contained in:
parent
62ae6efea9
commit
906b83058d
@ -14,7 +14,7 @@
|
||||
<div style="text-align: center;">
|
||||
<p>If you were born on the 8th of June 2009 you would be</p>
|
||||
<h3 id="age"></h3>
|
||||
<p>And you birthday would be in</p>
|
||||
<p>And your birthday would be in</p>
|
||||
<div id="countdown"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
2
index.js
2
index.js
@ -21,7 +21,7 @@ function countdownTimer() {
|
||||
const seconds = Math.floor((timeRemaining % (1000 * 60)) / 1000);
|
||||
|
||||
const countdownDiv = document.getElementById("countdown");
|
||||
countdownDiv.innerHTML = days + " days, " + hours + " hours, " + minutes + " minutes, " + seconds + " seconds";
|
||||
countdownDiv.innerHTML = days + " days, " + hours + " hours, " + minutes + " minutes and " + seconds + " seconds";
|
||||
}
|
||||
|
||||
// Call the countdownTimer() function every second using setInterval
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user