Closed bmann closed 3 months ago
See https://github.com/cblgh/lieu/blob/main/docs/querying.md
<form method="GET" action="https://search.webring.example"> <label for="search">Search example.org</label> <input type="search" minlength="1" required="" name="q" placeholder="Your search query here" id="search"> <input type="hidden" name="site" value="example.org"> <!-- This hidden field tells lieu to only search example.org --> <button type="submit">Let's go!</button> </form>
Added, unstyled, and it pops open a new tab https://github.com/DWebYVR/localhost_vancouver_webring/commit/2008e18a74a9ada99fb44067d549755e96bda94c
See https://github.com/cblgh/lieu/blob/main/docs/querying.md