textui/web/div.html

14 lines
234 B
HTML
Raw Permalink 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">
2021-09-06 22:35:15 +00:00
import { runUIDemo } from "./mod.js";
runUIDemo("web_div");
2021-07-19 22:48:00 +00:00
</script>
</head>
<body></body>
</html>