1
0
Fork 0
forked from 0x2620/oxjs

add first version of readme

This commit is contained in:
rolux 2012-03-30 13:04:23 +02:00
commit 9032821f14
9 changed files with 187 additions and 0 deletions

13
readme/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>OxJS - readme</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../source/Ox/png/OxJS16.png"/>
<link rel="stylesheet" type="text/css" href="css/readme.css"/>
<script type="text/javascript" src="../dev/Ox.js"></script>
<script type="text/javascript" src="js/readme.js"></script>
</head>
<body>
</body>
</html>