initial commit

This commit is contained in:
rolux 2013-07-26 23:03:56 +02:00
commit 478e9f8b80
2 changed files with 168 additions and 0 deletions

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>video</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="https://oxjs.org/dev/Ox.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</head>
<body></body>
</html>