mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 21:00:13 +01:00
8 lines
193 B
HTML
8 lines
193 B
HTML
{% extends "default/base.html" %}
|
|
{% block content %}
|
|
<div class="center">
|
|
<h1>{{ _('Page not found') }}</h1>
|
|
<p>{{ _('Go to <a href="/">search page</a>.') }}</p>
|
|
</div>
|
|
{% endblock %}
|