<html>
<head>
<meta charset="UTF-8" />
<title>bevy_args</title>
<style>
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
</head>
<script type="module">
import init from './out/minimal.js'
init()
</script>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
</html>