yewprint/index.html

23 lines
356 B
HTML
Raw Normal View History

2020-09-03 14:45:38 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="module">
import init from "/static/wasm.js";
init();
</script>
2020-09-03 16:40:42 +00:00
<link rel="stylesheet" href="/static/blueprint.css">
<style>
body {
margin: 0;
padding: 0;
}
2020-09-13 16:16:01 +00:00
.bp3-tree {
width: 350px;
}
2020-09-03 16:40:42 +00:00
</style>
2020-09-03 14:45:38 +00:00
</head>
<body></body>
</html>