forked from Ponysearch/Ponysearch
[enh] landing page updates
This commit is contained in:
parent
38eb96f8fc
commit
bf2847f4e7
1 changed files with 7 additions and 5 deletions
|
@ -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 a new issue