Files
sunani/docs/hello.html
2026-01-18 12:41:37 +09:00

25 lines
514 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sunani</title>
<link rel="stylesheet" href="sunani.css" />
<script
type="module"
src="sunani.js"
data-wasm="hello.wasm">
</script>
</head>
<body>
<div>
<a href="about.html">About Sunani</a>
/
<a href="list.html">List</a>
</div>
<canvas id="c"></canvas><br />
<pre id="con"></pre>
<input id="input" type="text" autocomplete="off"
placeholder="Type here and press Enter" /><br />
</body>
</html>