summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-04-24 23:46:40 +0000
committerMatej Cotman <cotman.matej@gmail.com>2014-06-05 13:18:22 +0200
commit08eaffe245303818069df3332eece11f41a0bd8e (patch)
tree9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/index.html
parent3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff)
add multi theming support
Diffstat (limited to 'searx/templates/index.html')
-rw-r--r--searx/templates/index.html11
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 %}