oxjs/demos/videotimelineplayer/index.html

11 lines
344 B
HTML
Raw Normal View History

2012-03-14 10:35:46 +00:00
<!DOCTYPE html>
<html>
<head>
<title>OxJS Video Timeline Player Demo</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
</head>
<body>
</body>
</html>