From 0056c4035e80c7899985dcb38d8d4d1570ac514b Mon Sep 17 00:00:00 2001 From: Noemi Vanyi Date: Wed, 24 Aug 2016 19:53:09 +0200 Subject: add custom 404 page --- searx/templates/default/404.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 searx/templates/default/404.html (limited to 'searx/templates/default') diff --git a/searx/templates/default/404.html b/searx/templates/default/404.html new file mode 100644 index 000000000..18012f2ac --- /dev/null +++ b/searx/templates/default/404.html @@ -0,0 +1,7 @@ +{% extends "default/base.html" %} +{% block content %} +
+

{{ _('Page not found') }}

+

{{ _('Go to search page.') }}

+
+{% endblock %} -- cgit v1.2.3