oxjs/demos/fileinput/index.html

11 lines
337 B
HTML
Raw Normal View History

2012-03-23 16:55:55 +00:00
<!DOCTYPE html>
<html>
<head>
<title>OxJS FileInput 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/fileinput.js"></script>
</head>
<body>
</body>
</html>