Change release date in countdown to earliest
This commit is contained in:
parent
fb6a34dbe6
commit
a0aad3f88e
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ p {
|
|||
}
|
||||
}
|
||||
// Set the date we're counting down to
|
||||
var countDownDate = new Date(1654189200000).getTime();
|
||||
var countDownDate = new Date(1653426000000).getTime();
|
||||
|
||||
// Update the count down every 1 second
|
||||
var x = setInterval(function() {
|
||||
|
|
@ -53,7 +53,7 @@ var x = setInterval(function() {
|
|||
|
||||
// Output the result in an element with id="demo"
|
||||
document.getElementById("demo").innerHTML = "<b>" + days + "d " + hours + "h "
|
||||
+ minutes + "m " + seconds + "s until launch...</b>";
|
||||
+ minutes + "m " + seconds + "s until earliest launch...</b>";
|
||||
|
||||
// If the count down is over, write some text
|
||||
if (distance < 0) {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ window.isDif = false;
|
|||
<center><font color="grey">What is this?</font></center>
|
||||
<center>3DSTownSquare is about to launch soon!</center>
|
||||
<center><a href="javascript:alert('I\'m getting an actual life and a job soon so I can pay for server expenses for the project. I am sure that I will get the job so that you don\'t have to wait any longer.\n\nHxOr1337, signing out')">Click me for more information</a></center>
|
||||
<center><font color="grey">The launch date is June 3rd 2022 (June 2nd in the USA) at the most, so keep looking out for the release.<br />
|
||||
<center><font color="grey">The launch date is June 3rd 2022 (June 2nd in the USA) at the most (May 24th/25th at the earliest), so keep looking out for the release.<br />
|
||||
Please note that this release date may or may not get delayed. We will just have to see. (Delayed 3 times, originally May 20th, then May 24th, now June 3rd)<br />
|
||||
<a href="countdown.html" target="_blank">Check out the countdown!</a>
|
||||
For now, you can play <a href='pong.html'>pong!</a></font></center>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue