浏览代码

[enh] landing page updates

asciimoo 11 年前
父节点
当前提交
bf2847f4e7
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7
    5
      searx/templates/index.html

+ 7
- 5
searx/templates/index.html 查看文件

1
 {% extends "base.html" %}
1
 {% extends "base.html" %}
2
 {% block content %}
2
 {% block content %}
3
-<h1>searx</h1>
4
-<form method="post" action="">
5
-    <input type="text" name="q" />
6
-    <input type="submit" value="search" />
7
-</form>
3
+<div class="center">
4
+    <h1>searx</h1>
5
+    <form method="post" action="">
6
+        <input type="text" name="q" tabindex="1" />
7
+        <input type="submit" value="search" />
8
+    </form>
9
+</div>
8
 {% endblock %}
10
 {% endblock %}