Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions comingsoon.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">COMING SOON</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">99 days left</p>
<p class="w3-large w3-center"><span id="demo">99</span> days left</p>
</div>
<div class="w3-display-bottomleft w3-padding-large">

</div>

<script>
// Set the date we're counting down to
var countDownDate = new Date("Jan 5, 2021 15:37:25").getTime();
var countDownDate = new Date("Oct 5, 2021 15:37:25").getTime();

// Update the count down every 1 second
var x = setInterval(function() {
Expand Down