1
0
Fork 0
forked from 0x2620/oxjs

add video demo

This commit is contained in:
rlx 2011-08-20 23:15:33 +00:00
commit cb1024a1f7
3 changed files with 89 additions and 1 deletions

10
demos/video2/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>OxJS Video Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="js/video.js"></script>
</head>
<body></body>
</html>