diff --git a/template/404.html b/template/404.html new file mode 100644 index 0000000..db52713 --- /dev/null +++ b/template/404.html @@ -0,0 +1,5 @@ +{% extends "index.htm" %} +{% block Content %} +I'm not sure what you are looking for, but it isn't here. :( +{% endblock %} + diff --git a/template/500.html b/template/500.html new file mode 100644 index 0000000..d0f7f42 --- /dev/null +++ b/template/500.html @@ -0,0 +1,5 @@ +{% extends "index.htm" %} +{% block Content %} +Hm, that didn't work. You might want to check the server logs to see why. +{% endblock %} +