[FIX] Putting the 404 page back in the CDN for website redirection

This commit is contained in:
Arnold Dechamps 2024-05-18 02:47:39 +02:00
parent 98a89508d2
commit 535ef3e862
No known key found for this signature in database
GPG key ID: AE66543374E41C89

12
staticfiles/404.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=https://tldtest.net">
<title>Redirecting...</title>
</head>
<body>
<p>This page is redirecting you to another page...</p>
<p>If you are not redirected in 5 seconds, <a href="https://tldtest.net">click here</a>.</p>
</body>
</html>