diff options
| author | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-08-18 10:44:46 +0200 |
|---|---|---|
| committer | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-08-18 10:45:05 +0200 |
| commit | a28cfd4887813ec4343516c57376574a3f6b7427 (patch) | |
| tree | 9f68f584bd9791bb02d43cf28ea01bf9aabec34b /searx/templates/courgette/index.html | |
| parent | ce719ac50ca79cc423046ef7a32b8792a24dfe0b (diff) | |
[new] theme courgette
Diffstat (limited to 'searx/templates/courgette/index.html')
| -rw-r--r-- | searx/templates/courgette/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/templates/courgette/index.html b/searx/templates/courgette/index.html new file mode 100644 index 000000000..b4f55608b --- /dev/null +++ b/searx/templates/courgette/index.html @@ -0,0 +1,12 @@ +{% extends "default/base.html" %} +{% block content %} +{% include 'default/github_ribbon.html' %} +<div class="center"> + <div class="title"><h1>searx</h1></div> + {% include 'default/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 %} |