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