diff --git a/content/404/_index.md b/content/404/_index.md new file mode 100644 index 000000000..fcb925338 --- /dev/null +++ b/content/404/_index.md @@ -0,0 +1,8 @@ +--- +title: "404" +description: "" +insert_anchor_links: "left" +template: "404.html" + +--- + diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 000000000..fd80024d9 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,20 @@ +{% 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 %}