10 lines
204 B
HTML
10 lines
204 B
HTML
<html>
|
|
<head>
|
|
<title>Document with Web Video</title>
|
|
</head>
|
|
<body>
|
|
This document has some web video in it.
|
|
<br>
|
|
<video src="web_video1.webm" id="video1"> </video>
|
|
</body>
|
|
</html>
|