-
Notifications
You must be signed in to change notification settings - Fork 0
/
carameldansen.html
40 lines (35 loc) · 962 Bytes
/
carameldansen.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></head><body bgcolor="black">
<audio autoplay loop >
<source src="tehsitefilez/Caramelldansen_loop.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<title>carameldansen</title>
<style type="text/css">
<!--
.hide{
display:none;
}
.show{
display:block;
position:center;
color: white;
}
-->
</style>
<script type="text/javascript" language="javascript">
<!-- Hide from browsers without javascript
window.onload=function() //executes when the page finishes loading
{
setTimeout(func1, 2000); //sets a timer which calls function func1 after 2,000 milliseconds = 2 secs.
};
function func1()
{
document.getElementById("mahdiv").className="show";
}
// End hiding -->
</script>
<center>
<img src="./tehsitefilez/Caramelldansen.gif" width="800" height="600" >
<div id="mahdiv" class="show">Caramelldansen</div>
</center>
</body></html>