|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
<body style="width: 100%; height: 100%; overflow: hidden;">
|
|
|
|
|
|
|
|
|
|
<div class="broadcast12_6_cdown">
|
|
|
|
|
<p style="color:white; font-size:25px">RI#12.6</p>
|
|
|
|
|
<p style="color:white; font-size:25px"></p>
|
|
|
|
|
<br>
|
|
|
|
|
<!-- <br>Broadcast will start in... -->
|
|
|
|
|
<p id="demo"> </p>
|
|
|
|
@ -127,7 +127,7 @@ var x = setInterval(function() {
|
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
|
if (distance < 0) {
|
|
|
|
|
clearInterval(x);
|
|
|
|
|
document.getElementById("demo").innerHTML = "WE'RE LIVE!!!";
|
|
|
|
|
document.getElementById("demo").innerHTML = "Archived";
|
|
|
|
|
}
|
|
|
|
|
}, 1000);
|
|
|
|
|
</script>
|
|
|
|
|