diff options
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html deleted file mode 100644 index 57b67ef09..000000000 --- a/searx/templates/index.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% block content %} -<div class="center"> - <div class="title"><h1>searx</h1></div> - {% include 'search.html' %} - <p class="top_margin"> - <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> - <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> - </p> -</div> -{% endblock %} |