<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Invite Relay</title>
    <link rel="icon" href="data:," />
    <meta name="description" content="Invite Relay UI" />
  </head>

  <body>
    <noscript>Please enable JavaScript to run this app.</noscript>
    <div id="app"></div>
    <script type="module" src="./src/main.js"></script>
  </body>
</html>