branch:
index.html
190 bytesRaw
<!doctype html>
<html>
  <head>
    <title>Human in the Loop</title>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/client.tsx"></script>
  </body>
</html>