-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 782 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<script src="video4all.js" type="text/javascript"></script>
<style>
body {
font: 13px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
</style>
</head>
<body>
<p>
Video borrowed from <a href="http://people.xiph.org/~greg/video/ytcompare/comparison.html">Greg's YouTube/Ogg comparison</a>, hosted by <a href="http://dotspots.com" target="_blank">DotSpots</a>.
</p>
<div id="video">
<video style="width:480px;height:270px;" controls autobuffer="true">
<source src="http://video.static.dotspots.com/video.ogg" type="video/ogg">
<source src="http://video.static.dotspots.com/video.mp4" type="video/mp4">
</video>
</div>
<p style="margin-top:10em;"><a href="http://video4all.googlecode.com/" target="_blank">← Go back to the project page.</a></p>