Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent 7dfbbef263
commit eadf356a83

@ -42,12 +42,13 @@
color: pink;
font-family:"GapSansBold";
font-style: underline;
p.solid {border-style: solid;}
}
h1 {text-align: center; color: white; font-family:"Pitchoun"; }
p.solid {border-style: solid;}
</style>
@ -62,6 +63,8 @@
<!-- Display the countdown timer in an element -->
<p id="demo"></p>
<p class="solid">
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jun 4, 2020 16:00:00").getTime();
@ -93,6 +96,8 @@ var x = setInterval(function() {
}, 1000);
</script>
</p>
<h1>
UNTIL NEXT BROADCAST<br>

Loading…
Cancel
Save