oxjs/demos/calendar/index.html
2012-01-13 12:35:36 +05:30

10 lines
No EOL
331 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>OxJS Calendar Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../dev/Ox.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
</head>
<body></body>
</html>