Moved test-video

This commit is contained in:
Stian Lund
2020-11-19 19:50:42 +01:00
parent a26b106235
commit ad3747d7da
4 changed files with 30 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<center>
<div>Test 1 - MKV + AAC audio</div>
<video width="960" height="540" controls>
<source src="test-aac.mkv">
Your browser does not support the video tag.
</video>
<div>Test 2 - MKV + MP3 audio</div>
<video width="960" height="540" controls>
<source src="test-mp3.mkv">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>
+4
View File
@@ -0,0 +1,4 @@
body {
color: #999;
background: #501020; /* LA150626 #151515; */
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.