oxjs/demos/calendar/index.html
2011-04-23 13:04:37 +02:00

10 lines
No EOL
339 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ox.js calendar demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/js/OxUI.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
</head>
<body></body>
</html>