diff asyncio_threads/frontend/index.html @ 48:46daba6e3cf4

Few python scrtips to show how to use asychio.
author MrJuneJune <me@mrjunejune.com>
date Sat, 13 Dec 2025 14:23:02 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/asyncio_threads/frontend/index.html	Sat Dec 13 14:23:02 2025 -0800
@@ -0,0 +1,7 @@
+<HTML>
+  <body>
+    <input id="search" type="text"></input>
+    <div id="suggestion"></div>
+  </body>
+  <script src="./main.js"></script>
+</HTML>