summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
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 %}