<html lang="en"> <head> <meta charset="UTF-8" /> <style> body { background: #526864; } canvas { width: 100%; height: 100%; background-color: white; } </style> <title>gems</title> </head> <script type="module"> import init from './gems.js' init() </script> </html>