Revision control
Copy as Markdown
<html>
<head>
<title>Video_Test_Page</title>
</head>
<body>
<p id="testContent">Page content: video player</p>
<video width="320" height="240" controls loop>
<source src="../resources/mov_bbb.mp4" type="video/mp4">
Your browser does not support HTML video.
</video>
</body>
</html>