Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent 47e7ca510f
commit 44eddfb711

@ -107,8 +107,8 @@ var x = setInterval(function() {
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML = days + " day" + hours + " hours "
+ minutes + " min. " + seconds + " sec. ";
document.getElementById("demo").innerHTML = days + " D " + hours + " H "
+ minutes + " M " + seconds + " S ";
// If the count down is finished, write some text
if (distance < 0) {

Loading…
Cancel
Save