mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
10 lines
160 B
HTML
10 lines
160 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
</head>
|
||
|
<script type="module">
|
||
|
import init from './target/headless_wasm.js'
|
||
|
init()
|
||
|
</script>
|
||
|
</html>
|