1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-17 18:50:16 +02:00
searxng/searx/templates/oscar/404.html

8 lines
196 B
HTML
Raw Normal View History

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