1 2 3 4 5 6 7 8
<html> <body> <script type="module"> import init from './systems.js' await init() </script> </body> </html>