14 lines
No EOL
228 B
HTML
14 lines
No EOL
228 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="demo.css">
|
|
<script type="module">
|
|
import { demo } from "./demo.js";
|
|
demo("web_canvas");
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |