diff options
Diffstat (limited to 'motion.html')
| -rw-r--r-- | motion.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/motion.html b/motion.html new file mode 100644 index 0000000..c244a77 --- /dev/null +++ b/motion.html @@ -0,0 +1,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> |