<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8" />
        <title>scratch-bevy</title>
    </head>
    <script type="module">
        import init from './target/web/web-dev/scratch-bevy.js';
        init();
    </script>
</html>