diff options
Diffstat (limited to 'searx/templates/oscar/404.html')
-rw-r--r-- | searx/templates/oscar/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/templates/oscar/404.html b/searx/templates/oscar/404.html new file mode 100644 index 000000000..39836ce0e --- /dev/null +++ b/searx/templates/oscar/404.html @@ -0,0 +1,7 @@ +{% 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 %} |