Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent 7dfbbef263
commit eadf356a83

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

Loading…
Cancel
Save