diff options
author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-08-24 19:53:09 +0200 |
---|---|---|
committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-08-24 19:53:09 +0200 |
commit | 0056c4035e80c7899985dcb38d8d4d1570ac514b (patch) | |
tree | 4cd8eeb1204279e797292633c2ba8b5e3dd6ac01 /searx/templates/pix-art | |
parent | 104cdb7d03771d4eca5b5126532ccf47642bb9de (diff) | |
download | searxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.tar.gz searxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.zip |
add custom 404 page
Diffstat (limited to 'searx/templates/pix-art')
-rw-r--r-- | searx/templates/pix-art/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/templates/pix-art/404.html b/searx/templates/pix-art/404.html new file mode 100644 index 000000000..27e89ae02 --- /dev/null +++ b/searx/templates/pix-art/404.html @@ -0,0 +1,7 @@ +{% extends "pix-art/base.html" %} +{% block content %} +<div class="center"> + <h1>{{ _('Page not found') }}</h1> + <p>{{ _('Go to <a href="/">search page</a>.') }}</p> +</div> +{% endblock %} |