mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[enh] landing page updates
This commit is contained in:
parent
38eb96f8fc
commit
bf2847f4e7
@ -1,8 +1,10 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>searx</h1>
|
<div class="center">
|
||||||
<form method="post" action="">
|
<h1>searx</h1>
|
||||||
<input type="text" name="q" />
|
<form method="post" action="">
|
||||||
<input type="submit" value="search" />
|
<input type="text" name="q" tabindex="1" />
|
||||||
</form>
|
<input type="submit" value="search" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user