1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00
This commit is contained in:
Stian Lund
2022-08-08 14:46:03 +02:00
parent 92d25642e4
commit 385a3f66bd
6 changed files with 3 additions and 34 deletions

View File

@@ -35,8 +35,8 @@
[&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;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;&nbsp;&nbsp;0&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:33]&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:45]&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>

View File

@@ -1,23 +0,0 @@
<!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>

View File

@@ -29,15 +29,11 @@
<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
0 directories, 0 files
<br><br>
</p>
</html>

View File

@@ -1,4 +0,0 @@
body {
color: #999;
background: #501020;
}