diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-15 19:09:17 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-15 19:09:17 +0100 |
| commit | d740e7384a95c6a7d80e5f492f4dd7edb312175e (patch) | |
| tree | 9cf8a96ec7d0834603290dde93ef5f45a68ef08a /searx/templates/pix-art/index.html | |
| parent | 3ff269c84c936a3ffc2e8e3168a4ac017047015b (diff) | |
New Theme, Pix-art.
First commit
Diffstat (limited to 'searx/templates/pix-art/index.html')
| -rw-r--r-- | searx/templates/pix-art/index.html | 12 |
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 %} + |