<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Companion + AWS Example</title> </head> <body> <script src="./main.js" type="module"></script> </body> </html>