logo

searx

My custom branche(s) on searx, a meta-search engine
commit: bf2847f4e706d7cc8602ffa4c3d57d10bd59df9d
parent: 38eb96f8fcf0aeb85421580ede3d5e4a1cc4e3d0
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 15 Oct 2013 18:20:21 +0200

[enh] landing page updates

Diffstat:

Msearx/templates/index.html12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git 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 %}