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