From 535ef3e8621f686404c8ee38fe64534fdc51a81f Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sat, 18 May 2024 02:47:39 +0200 Subject: [PATCH] [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