diff options
| author | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 01:16:29 -0700 |
| commit | f410b0f585707e8e61d8bee7c1ca56a895a02466 (patch) | |
| tree | 101131c47e00d32d4e3cae1bea6153c91c4b3119 /motion.html | |
| parent | Create index.html (diff) | |
| download | acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.tar.xz acantha.ga-admin-f410b0f585707e8e61d8bee7c1ca56a895a02466.zip | |
A New Beginning
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> |