oxjs/demos/spreadsheet/index.html
2011-11-30 17:36:17 +01:00

11 lines
No EOL
341 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>OxJS Spreadsheet 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/spreadsheet.js"></script>
</head>
<body>
</body>
</html>