textui/web-demo/pre.html

14 lines
225 B
HTML
Raw Normal View History

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