summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-15 18:20:21 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-15 18:20:21 +0200
commitbf2847f4e706d7cc8602ffa4c3d57d10bd59df9d (patch)
treec293f989c4bc8aa22c6dedac358dcb9e88cbf07b /searx
parent38eb96f8fcf0aeb85421580ede3d5e4a1cc4e3d0 (diff)
downloadsearxng-bf2847f4e706d7cc8602ffa4c3d57d10bd59df9d.tar.gz
searxng-bf2847f4e706d7cc8602ffa4c3d57d10bd59df9d.zip
[enh] landing page updates
Diffstat (limited to 'searx')
-rw-r--r--searx/templates/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html
index 2905cbce2..1571bcf61 100644
--- a/searx/templates/index.html
+++ b/searx/templates/index.html
@@ -1,8 +1,10 @@
{% extends "base.html" %}
{% block content %}
-<h1>searx</h1>
-<form method="post" action="">
- <input type="text" name="q" />
- <input type="submit" value="search" />
-</form>
+<div class="center">
+ <h1>searx</h1>
+ <form method="post" action="">
+ <input type="text" name="q" tabindex="1" />
+ <input type="submit" value="search" />
+ </form>
+</div>
{% endblock %}