oxjs/demos/calendar/index.html
2011-04-25 11:33:39 +02:00

10 lines
No EOL
337 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/Ox.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
</head>
<body></body>
</html>