oxjs/demos/calendar/index.html

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