searx/searx/templates/courgette/404.html

8 lines
195 B
HTML
Raw Normal View History

2016-08-24 19:53:09 +02:00
{% extends "courgette/base.html" %}
{% block content %}
<div class="center">
<h1>{{ _('Page not found') }}</h1>
<p>{{ _('Go to <a href="/">search page</a>.') }}</p>
</div>
{% endblock %}