mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 01:52:21 +02:00
[enh] ui mods
This commit is contained in:
parent
e47258ce38
commit
1aff439931
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<form method="post" action="">
|
||||
<input type="text" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" />
|
||||
<p>
|
||||
{% for engine in engines %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue