Skip to content
Snippets Groups Projects
Commit 64b2c139 authored by Szabó Gergely's avatar Szabó Gergely
Browse files

Change timestamps back

parent 3c493989
Branches
Tags 4.1.0
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div class="content"> <div class="content">
<h1>BME VIK GÓLYAHÉT 2021</h1> <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="latch">
<div class="digit"> <div class="digit">
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</div> </div>
</div> </div>
<script> <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) { function zeroFill(value) {
return value < 10 ? ("0" + value) : value; return value < 10 ? ("0" + value) : value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment