summaryrefslogtreecommitdiff
path: root/searx/templates/pix-art/index.html
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-15 19:09:17 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-15 19:09:17 +0100
commitd740e7384a95c6a7d80e5f492f4dd7edb312175e (patch)
tree9cf8a96ec7d0834603290dde93ef5f45a68ef08a /searx/templates/pix-art/index.html
parent3ff269c84c936a3ffc2e8e3168a4ac017047015b (diff)
New Theme, Pix-art.
First commit
Diffstat (limited to 'searx/templates/pix-art/index.html')
-rw-r--r--searx/templates/pix-art/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/templates/pix-art/index.html b/searx/templates/pix-art/index.html
new file mode 100644
index 000000000..d398cc829
--- /dev/null
+++ b/searx/templates/pix-art/index.html
@@ -0,0 +1,12 @@
+{% extends "pix-art/base.html" %}
+{% block content %}
+<div class="center">
+ <div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="Searx Logo"/></h1></div>
+ {% include 'pix-art/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 %}
+