16 lines
237 B
HTML
16 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Handsontable for Javascript example</title>
|
|
<base href=".">
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="example"></div>
|
|
<script src="./src/index.js"></script>
|
|
</body>
|
|
|
|
</html>
|