Having trouble loading this app?
It looks like you opened this HTML file directly (or your browser blocked module scripts/workers).
This app must be served by a local web server.
Quick fix (Python): python3 -m http.server 8000
Node: npx serve .
Then open: http://localhost:8000/
If the app loads normally, this message will disappear.