This commit is contained in:
Stian Lund
2020-11-21 15:38:28 +01:00
parent 3f7dc653ed
commit 78df8b083b
11 changed files with 55 additions and 90 deletions
+19 -23
View File
@@ -1,26 +1,22 @@
<!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>
<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>