1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/templates/courgette/index.html

12 lines
429 B
HTML
Raw Normal View History

2015-02-09 13:30:16 +01:00
{% extends "courgette/base.html" %}
2014-12-01 12:26:38 +01:00
{% block content %}
2015-02-09 13:30:16 +01:00
{% include 'courgette/github_ribbon.html' %}
2014-12-01 12:26:38 +01:00
<div class="center">
<div class="title"><h1>searx</h1></div>
2015-02-09 13:30:16 +01:00
{% include 'courgette/search.html' %}
2014-12-01 12:26:38 +01:00
<p class="top_margin">
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
</p>
</div>
2015-02-09 13:30:16 +01:00
{% endblock %}