Untitled
3 years ago in HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
HTML Test Page
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css" />
</head>
<body bgcolor=black>
<center>
<video width="1280" height="720" controls>
<source src="test-aac.mkv" type="video/mp4">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>