Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent f5c72b3407
commit f558d8795a

@ -1,3 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
#demo {
text-align: center;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title of this page</title>
</head>
<body>
<!-- Display the countdown timer in an element -->
<p id="demo"></p>
@ -30,4 +53,8 @@ var x = setInterval(function() {
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script>
</script>
</body>
</html>
Loading…
Cancel
Save