diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-11-02 17:38:57 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-11-02 17:38:57 +0100 |
| commit | aca566eadf7c70d31e679029cba05ab139ab4bcc (patch) | |
| tree | 14049191c7e8223a28c127d1d2f8f72b492029aa /searx/templates | |
| parent | 90db1f33e19ef723b0a2df731e8ca7f4f9a8ffd3 (diff) | |
[enh] searx index image added
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index 8da2ef942..af9fc0942 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -2,7 +2,7 @@ {% block content %} {% include 'github_ribbon.html' %} <div class="center"> - <h1 class="title">searx</h1> + <h1 class="title"><div>searx</div></h1> {% include 'search.html' %} <p class="top_margin"> <a href="/about" class="hmarg">about</a> |