bevy/examples/wasm/index.html

10 lines
160 B
HTML
Raw Normal View History

<html>
<head>
<meta charset="UTF-8" />
</head>
<script type="module">
import init from './target/headless_wasm.js'
init()
</script>
</html>