mirror of
https://github.com/ru-de/faq.git
synced 2024-11-10 04:31:01 +00:00
6 lines
211 B
HTML
6 lines
211 B
HTML
|
<form action="{{ "/_pages/search.html" | relative_url }}" method="get">
|
||
|
<label for="search-box">Search</label>
|
||
|
<input type="text" id="search-box" name="query">
|
||
|
<input type="submit" value="search">
|
||
|
</form>
|