blob: 24cbf474bd2f084b3fdbe267946f4fb151e29ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<meta charset="utf-8">
<title>WEBM Video</title>
</head>
<body>
<video preload autoplay>
<source src="videos/gizmo.webm"></source>
</video>
</body>
</html>
|