view asyncio_threads/frontend/index.html @ 175:71ad34a8bc9a hg-web

[HgWeb] Can stream hg response now. Added react page for hg web since we use json anyway.
author MrJuneJune <me@mrjunejune.com>
date Tue, 20 Jan 2026 06:06:47 -0800
parents 46daba6e3cf4
children
line wrap: on
line source

<HTML>
  <body>
    <input id="search" type="text"></input>
    <div id="suggestion"></div>
  </body>
  <script src="./main.js"></script>
</HTML>