textui/web/div.html
2021-09-07 00:35:15 +02:00

14 lines
234 B
HTML

<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="demo.css">
<script type="module">
import { runUIDemo } from "./mod.js";
runUIDemo("web_div");
</script>
</head>
<body></body>
</html>