mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 09:21:00 +00:00
7 lines
195 B
HTML
7 lines
195 B
HTML
{% 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 %}
|