yewprint/index.html
2020-09-03 16:45:38 +02:00

11 lines
202 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="module">
import init from "/static/wasm.js";
init();
</script>
</head>
<body></body>
</html>