oxjs/examples/forms/index.html
2012-06-13 15:57:05 +02:00

11 lines
No EOL
411 B
HTML

<!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>