mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-30 00:00:30 -04:00
Changes2
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
body {
|
||||
color: #999;
|
||||
background: #501020; /* LA150626 #151515; */
|
||||
background: #501020;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user