Hosted ondev.hyper.mediavia theHypermedia Protocol

    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="UTF-8" />
        <title>Seed Hypermedia App</title>
      </head>
      <body>
        <div id="root"></div>
        <script>
          global = globalThis
        </script>
        <script type="module" src="/src/renderer.ts"></script>
        <!-- REACT DEVTOOLS -->
        <script src="http://localhost:8097"></script>
      </body>
    </html>