oxjs/tests/index.html
2011-04-23 02:20:24 +02:00

17 lines
No EOL
797 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ox.js Tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../build/css/ox.ui.css"/>
<link rel="stylesheet" type="text/css" href="tests.css"/>
<script type="text/javascript" src="../build/js/jquery.js"></script>
<!--<script type="text/javascript" src="../build/js/Ox.js"></script>-->
<script type="text/javascript" src="../build/js/OxUI.js"></script>
<!--<script type="text/javascript" src="../build/js/ox.data.js"></script>-->
<!--<script type="text/javascript" src="../build/js/ox.ui.js"></script>-->
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
</body>
</html>