|
|
|
@ -2,8 +2,29 @@
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="muisje.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GapSansBold';
|
|
|
|
|
src: url('font/gapsansbold-webfont.eot');
|
|
|
|
|
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
|
url('font/gapsansbold-webfont.woff2') format('woff2'),
|
|
|
|
|
url('font/gapsansbold-webfont.woff') format('woff'),
|
|
|
|
|
url('font/gapsansbold-webfont.ttf') format('truetype'),
|
|
|
|
|
url('font/gapsansbold-webfont.svg#gap_sansbold') format('svg');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
|
font-family:"Pitchoun";
|
|
|
|
|
src: url("font/pitchoun.ttf") format("truetype"),
|
|
|
|
@ -19,16 +40,49 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#demo {
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
|
src: url("font/RobotoMono-Regular.ttf") format("truetype"),
|
|
|
|
|
url("https://fonts.googleapis.com/css?family=Roboto Mono")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#demo {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 70px;
|
|
|
|
|
line-height:40px;
|
|
|
|
|
color: black;
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: black;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
|
|
|
|
font-family:"Hershey";
|
|
|
|
|
font-family:"GapSansBold";
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
font-size: 70px;
|
|
|
|
|
text-shadow: 2px 2px 5px Blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.muisding {
|
|
|
|
|
border: none;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {text-align: center; color: white; font-family:"Pitchoun"; }
|
|
|
|
|
#ding{
|
|
|
|
|
position:absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
@ -39,12 +93,40 @@
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<img class= "muisding" id="ding" src="https://media.giphy.com/media/ilqOZOSBi7NeEA7N0Q/giphy.gif"/>
|
|
|
|
|
|
|
|
|
|
<!-- Display the countdown timer in an element -->
|
|
|
|
|
<p id="demo"></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
$(document).mousemove(function(e){
|
|
|
|
|
$("#ding").stop().animate({left:e.pageX, top:e.pageY});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
<br>
|
|
|
|
|
Radio Implicancies #12.4 - 04/06 at 16:00 (UTC+2)
|
|
|
|
|
<br>
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
|
DAMAGE
|
|
|
|
|
</h2>
|
|
|
|
|
<br>
|
|
|
|
|
<h1>
|
|
|
|
|
this broadcast will start in
|
|
|
|
|
</h1>
|
|
|
|
|
<p id="demo"></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
// Set the date we're counting down to
|
|
|
|
|
var countDownDate = new Date("Jun 4, 2020 16:00:00").getTime();
|
|
|
|
|
|
|
|
|
@ -70,17 +152,11 @@ var x = setInterval(function() {
|
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
|
if (distance < 0) {
|
|
|
|
|
clearInterval(x);
|
|
|
|
|
document.getElementById("demo").innerHTML = "EXPIRED";
|
|
|
|
|
document.getElementById("demo").innerHTML = "ZERO MINUTES";
|
|
|
|
|
}
|
|
|
|
|
}, 1000);
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
UNTIL NEXT BROADCAST<br>
|
|
|
|
|
<br>
|
|
|
|
|
Radio Implicancies #12.4 - 04/06 at 16:00 (UTC+2)
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|