libremiami-search/searx/templates/courgette/index.html

20 lines
756 B
HTML
Raw Normal View History

2015-01-16 00:56:54 +01:00
{% extends "courgette/base.html" %}
2014-08-18 10:44:46 +02:00
{% block content %}
<div class="center">
<div class="title">
<h1><a href="https://libremiami.org">Libre<span class="Miami">Miami</span></a></h1>
</div>
2015-01-16 00:56:54 +01:00
{% include 'courgette/search.html' %}
2014-08-18 10:44:46 +02:00
<p class="top_margin">
{% if rtl %}
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
{% endif %}
2014-08-18 10:44:46 +02:00
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
{% if not rtl %}
2014-08-18 10:44:46 +02:00
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
{% endif %}
2021-05-13 18:50:27 +02:00
<a href="https://git.disroot.org/LibreMiami/libremiami-search" class="hmarg" title="Are you even AGPL compliant bro?">sources</a>
2014-08-18 10:44:46 +02:00
</p>
</div>
{% endblock %}