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

Change timestamps back

parent 3c493989
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment