1
0
Fork 0
forked from 0x2620/oxjs

add demos

This commit is contained in:
rolux 2011-08-15 16:18:27 +02:00
commit 72b892f982
8 changed files with 407 additions and 0 deletions

11
demos/dialog/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>OxJS Dialog 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/dialog.js"></script>
</head>
<body>
</body>
</html>