diff --git a/index.html b/index.html
index 7e197d0..47ac330 100644
--- a/index.html
+++ b/index.html
@@ -7,44 +7,25 @@
-
-
-
Days Remaining
+
+
+
Days Remaining
- days
- Hours
@@ -60,7 +41,7 @@ Days Remaining
minute = second * 60,
hour = minute * 60,
day = hour * 24;
-
+
let countDown = new Date('October 13, 2023 00:00:00').getTime(),
x = setInterval(function() {