-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (55 loc) · 1.44 KB
/
index.html
File metadata and controls
99 lines (55 loc) · 1.44 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title>wszystkomizjedli</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script>
/*var clouds = function() {
$('#content2').animate({'margin-left':'0px'}, 40000,'linear', clouds);
};
$(document).ready(clouds);*/
$(document).ready(function() {
function clouds() {
$('#content2').animate({'margin-left':'0px'},40000, 'linear').animate({'margin-left':'-3000px'},10, clouds);
}
clouds();
});
</script>
<!-- START SOUND CODE V4.1 HTML5 -->
<script language="JavaScript" type="text/javascript">
<!--
// PLAYER VARIABLES
var mp3snd = "my2.mp3";
var oggsnd = "my2.ogg";
document.write('<audio loop autoplay="autoplay">');
document.write('<source src="'+mp3snd+'" type="audio/mpeg">');
document.write('<source src="'+oggsnd+'" type="audio/ogg">');
document.write('<!--[if lt IE 9]>');
document.write('<bgsound src="'+mp3snd+'" loop="100">');
document.write('<![endif]-->');
document.write('</audio>');
//-->
</script>
<script language="JavaScript" type="text/javascript">
</script>
<br>
<!-- END SOUND CODE V4.1 -->
</head>
<body>
<div id="content_wrapper">
<div id="content">
<img src="tr.png"/>
Ahoj
Ahoj
Ahoj
Ahoj
Ahoj
<div>To dzik</div>
<div id="content2">
</div>
</div>
</div>
<div id="footer"><img src="tr.png"/></div>
</body>
</html>