RP_Search/app/templates/search.html
Virág Gábor 80b26a39c6 upload
2024-11-06 11:01:28 +01:00

15 lines
370 B
HTML
Executable file

<form id="search-form" action="search" method="post">
<input
type="text"
name="q"
style="width: 90%"
autofocus="autofocus"
autocapitalize="none"
spellcheck="false"
autocorrect="off"
placeholder="RaveSearch"
autocomplete="off"
dir="auto"
/>
<input type="submit" style="width: 9%" id="search-submit" value="Search" />
</form>