New video test

This commit is contained in:
Stian Lund
2022-08-08 14:34:49 +02:00
parent 25f6a85964
commit 92d25642e4
6 changed files with 73 additions and 2 deletions
+3 -2
View File
@@ -35,13 +35,14 @@
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./pdf/">pdf</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./referrer/">referrer</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./translate/">translate</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:03]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:11]&nbsp;&nbsp;<a class="DIR" href="./video-test/">video-test</a><br>
[&nbsp;998&nbsp;Jul&nbsp;22&nbsp;14:08]&nbsp;&nbsp;<a class="EXEC" href="./test-links.html">test-links.html</a><br>
<br><br>
</p>
<p>
7 directories, 1 file
8 directories, 1 file
<br><br>
</p>
</html>
Binary file not shown.
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>Video Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<style>body {color: #999;background: #501020;}</style>
</head>
<body>
<center>
<div>Test 1 - unfixed</div>
<video width="960" height="540" controls>
<source src="Laurence-Fox-Periscope-Broadcast.mp4">
Your browser does not support the video tag.
</video>
<div>Test 1 - fixed</div>
<video width="960" height="540" controls>
<source src="Laurence-Fox-Periscope-Broadcast-fixed.mp4">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>
Binary file not shown.
+43
View File
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>video-test</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>video-test</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;671&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:13]&nbsp;&nbsp;<a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast.html">Laurence-Fox-Periscope-Broadcast.html</a><br>
[&nbsp;14M&nbsp;Aug&nbsp;&nbsp;3&nbsp;21:13]&nbsp;&nbsp;<a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast.mp4">Laurence-Fox-Periscope-Broadcast.mp4</a><br>
[&nbsp;14M&nbsp;Aug&nbsp;&nbsp;3&nbsp;21:13]&nbsp;&nbsp;<a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast-fixed.mp4">Laurence-Fox-Periscope-Broadcast-fixed.mp4</a><br>
[&nbsp;&nbsp;45&nbsp;Nov&nbsp;20&nbsp;&nbsp;2020]&nbsp;&nbsp;<a class="EXEC" href="./style.css">style.css</a><br>
<br><br>
</p>
<p>
0 directories, 4 files
<br><br>
</p>
</html>
+4
View File
@@ -0,0 +1,4 @@
body {
color: #999;
background: #501020;
}