From 64b2c13905f77a0500237be5dfdfa29dc4aa7d86 Mon Sep 17 00:00:00 2001
From: gerviba <gerviba@sch.bme.hu>
Date: Sun, 15 Aug 2021 21:13:08 +0200
Subject: [PATCH] Change timestamps back

---
 src/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/index.html b/src/index.html
index 08f18b7..64c05d7 100644
--- a/src/index.html
+++ b/src/index.html
@@ -46,7 +46,7 @@
 
     <div class="content">
         <h1>BME VIK GÓLYAHÉT 2021</h1>
-        <h2>az oldal nyitásáig még hátra van</h2>
+        <h2>a programok kezdetéig még hátra van</h2>
 
         <div class="latch">
             <div class="digit">
@@ -68,7 +68,7 @@
         </div>
     </div>
     <script>
-        const countDownDate = new Date("Aug 16, 2021 20:00:00").getTime();
+        const countDownDate = new Date("Aug 30, 2021 09:00:00").getTime();
 
         function zeroFill(value) {
             return value < 10 ? ("0" + value) : value;
-- 
GitLab