diff options
Diffstat (limited to 'searx/templates/courgette/index.html')
| -rw-r--r-- | searx/templates/courgette/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/searx/templates/courgette/index.html b/searx/templates/courgette/index.html deleted file mode 100644 index 0d34e1cf6..000000000 --- a/searx/templates/courgette/index.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "courgette/base.html" %} -{% block content %} -{% include 'courgette/github_ribbon.html' %} -<div class="center"> - <div class="title"><h1>searx</h1></div> - {% include 'courgette/search.html' %} - <p class="top_margin"> - {% if rtl %} - <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> - {% endif %} - <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> - {% if not rtl %} - <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> - {% endif %} - </p> -</div> -{% endblock %}
\ No newline at end of file |