diff --git a/static/images/404.png b/static/images/404.png new file mode 100644 index 000000000..91d5ee57b Binary files /dev/null and b/static/images/404.png differ diff --git a/static/images/404_cut.png b/static/images/404_cut.png new file mode 100644 index 000000000..9540649d0 Binary files /dev/null and b/static/images/404_cut.png differ diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 000000000..2c3660d5b --- /dev/null +++ b/templates/404.html @@ -0,0 +1,30 @@ +{% extends "_default/base.html" %} + +{% block content %} + +
+ +
+
+ 404_image +
+
+

You seem to have ended up on a missing page!

+

This could mean that you’ve entered the wrong URL or you’ve clicked on content which has moved locations or is no longer live. If you need assistance, click on the blue chat icon at the bottom of the screen to speak with real humans on our support team. Or go back to home.

+
+ +
+ +
+ + + + + + + + + + + +{% endblock content %}