oxjs/examples/forms/index.html

11 lines
411 B
HTML
Raw Normal View History

2012-06-13 13:57:05 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Forms</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/png/icon16.png"/>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/example.js"></script>
</head>
<body></body>
</html>