diff options
| author | 8cy <[email protected]> | 2020-05-08 20:41:21 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-08 20:41:21 -0700 |
| commit | 6922243768ed8621270f1b111a6f2630d688e787 (patch) | |
| tree | bdf3cd6f4bfc5004c724f07c419405d4a6fcbd49 /motion.html | |
| parent | stage 2 (diff) | |
| download | acantha.ga-admin-master.tar.xz acantha.ga-admin-master.zip | |
Diffstat (limited to 'motion.html')
| -rw-r--r-- | motion.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/motion.html b/motion.html deleted file mode 100644 index c244a77..0000000 --- a/motion.html +++ /dev/null @@ -1,38 +0,0 @@ -<!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> |