this is the future...

This commit is contained in:
rolux 2012-04-05 17:28:40 +02:00
commit 5d088a38b4
4 changed files with 567 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>OxJS - A JavaScript Library for Web Applications</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="index.css"/>
<script type="text/javascript" src="dev/Ox.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body></body>
</html>