From b05b31f2eb5e49ea6226b72c98a31b7e2cbe976e Mon Sep 17 00:00:00 2001 From: Christopher Amadra <117981104+amadratitus@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:36:50 +0300 Subject: [PATCH] Update index.html --- index.html | 51 ++++++++++++++++----------------------------------- 1 file changed, 16 insertions(+), 35 deletions(-) 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() {