Skip to content

Commit

Permalink
larger countdown pls
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoFortuna committed Oct 31, 2023
1 parent a57e346 commit bb8032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// countdown
var interval = setInterval(function () {
if (countdown()) {
let timespan = countdown(new Date(2023, 9, 30)); //End september
let timespan = countdown(new Date(2023, 12, 25)); // Christmas day.
document.getElementById("months").innerHTML = timespan.months;
document.getElementById("days").innerHTML = timespan.days;
document.getElementById("hours").innerHTML = timespan.hours;
Expand Down

0 comments on commit bb8032a

Please sign in to comment.