chandler-miso/html/searchform.html

5 lines
138 B
HTML
Raw Normal View History

2024-03-01 07:29:24 +00:00
<form class="search_form" action="/search" method="GET">
<input type="submit" value="🔍">
<input type="text" name="search">
</form>