blob: e03c85d1dc8e7c328debbc974958abd1a407b6ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
|