2021-05-21 17:35:46 +03:00
|
|
|
<form id="search-form" action="{{ url }}/search" method="post">
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
name="q"
|
|
|
|
style="width: 90%;"
|
|
|
|
autofocus="autofocus"
|
|
|
|
autocapitalize="none"
|
|
|
|
spellcheck="false"
|
|
|
|
autocorrect="off"
|
|
|
|
placeholder="Whoogle Search"
|
2021-08-31 01:10:07 +03:00
|
|
|
autocomplete="off"
|
|
|
|
dir="auto">
|
2021-05-21 17:35:46 +03:00
|
|
|
<input type="submit" style="width: 9%" id="search-submit" value="Search">
|
|
|
|
</form>
|