mirror of https://github.com/searxng/searxng.git
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 %}
|