|
|
@ -48,6 +48,7 @@
|
|
|
|
font-size: 70px;
|
|
|
|
font-size: 70px;
|
|
|
|
color: pink;
|
|
|
|
color: pink;
|
|
|
|
font-family:"GapSansBold";
|
|
|
|
font-family:"GapSansBold";
|
|
|
|
|
|
|
|
font-style: underline;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -93,7 +94,7 @@ var x = setInterval(function() {
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
if (distance < 0) {
|
|
|
|
if (distance < 0) {
|
|
|
|
clearInterval(x);
|
|
|
|
clearInterval(x);
|
|
|
|
document.getElementById("demo").innerHTML = "EXPIRED";
|
|
|
|
document.getElementById("demo").innerHTML = "***BROADCASTING NOW***";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 1000);
|
|
|
|
}, 1000);
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|