diff --git a/pinry/core/templates/404.html b/pinry/core/templates/404.html new file mode 100644 index 0000000..956dd02 --- /dev/null +++ b/pinry/core/templates/404.html @@ -0,0 +1,15 @@ +{% extends 'core/base.html' %} + + +{% block title %}404{% endblock %} + +{% block yield %} +
This page does not exist.
+Something went wrong! If you figure out what it was please + submit an issue on Pinry's + GitHub Issue's page.
+