yewprint/index.html
Cecile Tonglet 584f5f69b1 WIP: Tree
2020-09-13 18:16:01 +02:00

22 lines
356 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="module">
import init from "/static/wasm.js";
init();
</script>
<link rel="stylesheet" href="/static/blueprint.css">
<style>
body {
margin: 0;
padding: 0;
}
.bp3-tree {
width: 350px;
}
</style>
</head>
<body></body>
</html>