textui/web-demo/pre.html

14 lines
225 B
HTML

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