diff --git a/staticfiles/404.html b/staticfiles/404.html new file mode 100644 index 0000000..6e550ed --- /dev/null +++ b/staticfiles/404.html @@ -0,0 +1,12 @@ + + + + + + Redirecting... + + +

This page is redirecting you to another page...

+

If you are not redirected in 5 seconds, click here.

+ + \ No newline at end of file diff --git a/tldtest/templates/404.html b/tldtest/templates/404.html index e6be426..b4282ef 100644 --- a/tldtest/templates/404.html +++ b/tldtest/templates/404.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %} diff --git a/tldtest/templates/500.html b/tldtest/templates/500.html index 8446050..b9276fc 100644 --- a/tldtest/templates/500.html +++ b/tldtest/templates/500.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %}