maps/index.html (10 lines of code) (raw):

<!doctype html> <html> <head> <link rel="stylesheet" href="styles.css" /> </head> <body> <div id="root"></div> <script src="script.js" type="module"></script> </body> </html>