From 98a89508d21f0385ea0653f0a1dbd0e8c706a423 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sat, 18 May 2024 02:29:37 +0200 Subject: [PATCH 1/2] [FIX] 404 and 500 page not centered --- tldtest/templates/404.html | 8 +++++++- tldtest/templates/500.html | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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 %} From 535ef3e8621f686404c8ee38fe64534fdc51a81f Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sat, 18 May 2024 02:47:39 +0200 Subject: [PATCH 2/2] [FIX] Putting the 404 page back in the CDN for website redirection --- staticfiles/404.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 staticfiles/404.html 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