Revision control

Copy as Markdown

<!DOCTYPE html>
<html lang="en">
<head>
<title>No_Controls_Video_Test_Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="margin:0;display:flex;align-items:center;justify-content:center;height:100vh">
<video title="test_link_video" width="320" height="240">
<source src="../resources/mov_bbb.mp4" type="video/mp4">
Your browser does not support HTML video.
</video>
</body>
</html>