oxjs/demos/arrayinput/index.html

11 lines
339 B
HTML
Raw Normal View History

2011-11-30 14:32:12 +00:00
<!DOCTYPE html>
<html>
<head>
<title>OxJS ArrayInput Demo</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/arrayinput.js"></script>
</head>
<body>
</body>
</html>