From ce31b31968470fe08a621d12abe7e6de570fa1b4 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Fri, 12 Aug 2022 21:55:01 -0700 Subject: [PATCH] Added Js --- index.html | 2 +- js/general.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 39cea3c..6efd915 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@ diff --git a/js/general.js b/js/general.js index 6446826..d0078ad 100644 --- a/js/general.js +++ b/js/general.js @@ -178,7 +178,7 @@ document.addEventListener('DOMContentLoaded', function(){ // Timer // SRC: W3Schools https://www.w3schools.com/howto/howto_js_countdown.asp // Set the date we're counting down to - var countDownDate = new Date("Aug 12, 2022 16:00:00").getTime(); + var countDownDate = new Date("Aug 14, 2022 14:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() {