Files
pathduck.github.io/test/video-mkv-aac/index.html
T
2022-10-07 18:01:53 +02:00

22 lines
551 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<style>body{color: #999;background: #501020;}</style>
</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>