oxjs/tests/index.html

17 lines
797 B
HTML
Raw Normal View History

2010-01-07 20:21:07 +00:00
<!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"/>
2011-04-23 00:20:24 +00:00
<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>-->
2010-01-07 20:21:07 +00:00
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
</body>
</html>