Skip to content

Commit 9c2a6be

Browse files
Update script.js
1 parent 86c6b8c commit 9c2a6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

countdown/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const START_DATE = new Date("December 8, 2025 00:00:00").getTime();
2-
const TARGET_DATE = new Date("March 9, 2026 00:00:00").getTime();
2+
const TARGET_DATE = new Date("January 9, 2026 00:00:00").getTime();
33

44
const daysElement = document.getElementById("days");
55
const hoursElement = document.getElementById("hours");

0 commit comments

Comments
 (0)