textui/web-demo/div.html

14 lines
225 B
HTML
Raw Normal View History

2021-07-19 22:48:00 +00:00
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="demo.css">
<script type="module">
import { demo } from "./demo.js";
demo("web_div");
</script>
</head>
<body></body>
</html>