1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-20 03:51:28 +00:00
faq-de/_includes/search_form.html

6 lines
211 B
HTML
Raw Normal View History

2018-01-02 18:12:55 +00:00
<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>