<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"/> </head> <body> <script type="module"> import init from './target/bevyjam.js' init() </script> </body> </html>