diff --git a/docs/countdown.html b/docs/countdown.html index 89fee27..23dbda1 100644 --- a/docs/countdown.html +++ b/docs/countdown.html @@ -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 = "" + days + "d " + hours + "h " - + minutes + "m " + seconds + "s until launch..."; + + minutes + "m " + seconds + "s until earliest launch..."; // If the count down is over, write some text if (distance < 0) { diff --git a/docs/index.html b/docs/index.html index 50d306a..79f8d2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,7 +77,7 @@ window.isDif = false;