oxjs/demos/spreadsheet/index.html

11 lines
341 B
HTML
Raw Normal View History

2011-11-30 16:36:17 +00:00
<!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>