summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/courgette/index.html')
-rw-r--r--searx/templates/courgette/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/searx/templates/courgette/index.html b/searx/templates/courgette/index.html
new file mode 100644
index 0000000..0d34e1c
--- /dev/null
+++ b/searx/templates/courgette/index.html
@@ -0,0 +1,17 @@
+{% 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