Update '12/blank.html'

master
markvandenheuvel 4 years ago
parent 45a53f7e54
commit 66253f9b05

@ -2,6 +2,12 @@
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="muisje.js"></script>
<style>
@ -16,10 +22,9 @@
font-weight: normal;
font-style: normal;
}
}
@font-face{
font-family:"Pitchoun";
src: url("font/pitchoun.ttf") format("truetype"),
@ -49,6 +54,15 @@
p.solid {border-style: solid;}
.muisding {
border: none;
width: 200px;
}
#ding{
position:absolute;
}
</style>
@ -58,7 +72,7 @@
</head>
<body>
<img class= "muisding" id="ding" src="https://pzwiki.wdka.nl/mw-mediadesign/images/7/7b/NNNNNNN.gif"/>
<!-- Display the countdown timer in an element -->
<p id="demo"></p>

Loading…
Cancel
Save