blob: 467fb0ce1cb522aaa8806688b3311db2e6b7702f (
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.ogv" id="video1"> </video>
</body>
</html>
|