Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent cf45641b1e
commit 7017190a86

@ -122,7 +122,7 @@
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jun 3, 2020 17:30:00").getTime();
var countDownDate = new Date("Jun 4, 2020 16:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
@ -146,7 +146,7 @@ var x = setInterval(function() {
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "ZERO MINUTES - WE'RE LIVE!! ";
document.getElementById("demo").innerHTML = "ZERO MINUTES - WE'RE LIVE!!! ";
}
}, 1000);
</script>

Loading…
Cancel
Save