mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[enh] ui mods
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user