fix: 💄 Stylistic updates to web search

master
Keith Irwin 2024-01-01 12:34:55 -07:00
parent f29237f0f9
commit 15a008fb71
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<p><form class="websearch" method="POST" action="https://searxng.gf4.pw/search" style="display:flex;justify-content:space-between">
<input type="search" autofocus name="q" placeholder="Search for..." aria-label="Search for..." autocomplete="off" value accesskey="s">
<p><form class="websearch" method="POST" action="https://searxng.gf4.pw/search">
<input type="search" autofocus name="q" placeholder="Web search..." aria-label="Web search" autocomplete="off" value accesskey="s">
<button type="submit">Go!</button>
</form></p>