mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-08-01 00:10:29 -04:00
New video test
This commit is contained in:
+3
-2
@@ -35,13 +35,14 @@
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./pdf/">pdf</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Jul 9 12:45] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 Aug 8 14:03] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 Aug 8 14:11] <a class="DIR" href="./video-test/">video-test</a><br>
|
||||
[ 998 Jul 22 14:08] <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
@@ -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>
|
||||
BIN
Binary file not shown.
@@ -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>
|
||||
[ 671 Aug 8 14:13] <a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast.html">Laurence-Fox-Periscope-Broadcast.html</a><br>
|
||||
[ 14M Aug 3 21:13] <a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast.mp4">Laurence-Fox-Periscope-Broadcast.mp4</a><br>
|
||||
[ 14M Aug 3 21:13] <a class="EXEC" href="./Laurence-Fox-Periscope-Broadcast-fixed.mp4">Laurence-Fox-Periscope-Broadcast-fixed.mp4</a><br>
|
||||
[ 45 Nov 20 2020] <a class="EXEC" href="./style.css">style.css</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
0 directories, 4 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
color: #999;
|
||||
background: #501020;
|
||||
}
|
||||
Reference in New Issue
Block a user