Files
rust-map/index.html
2024-09-01 17:01:51 +09:00

14 lines
231 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body>
<script type="module">
import init from "yew-wasm/pkg/yew-wasm.js";
init();
</script>
</body>
</html>