comparison 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
comparison
equal deleted inserted replaced
47:829623189a57 48:46daba6e3cf4
1 <HTML>
2 <body>
3 <input id="search" type="text"></input>
4 <div id="suggestion"></div>
5 </body>
6 <script src="./main.js"></script>
7 </HTML>