blob: c244a77b9bd5bfc228b06d88b85dc35c2fa0e063 (
plain) (
blame)
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
|
<!DOCTYPE html>
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body style="margin:0;padding:0" bgcolor="#000000">
<TITLE>2002-2004</TITLE>
<!--Sound: Motohiko Hirami - Little Night III-->
<!--Imagery: Noisy Requiem (1988)-->
<style>
video {
display: table;
height: 100%;
position: absolute;
overflow: hidden;
width: 100%;}
}
</style>
<video width="100%" height="100%" loop autoplay>
<source src="film_motion_2.webmhd.webm" type="video/webm">
Your browser does not support the video tag.
</video>
<audio loop autoplay>
<source src="03%20Little%20Night%20III.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>
|