[FIX] Putting the 404 page back in the CDN for website redirection
This commit is contained in:
parent
98a89508d2
commit
535ef3e862
12
staticfiles/404.html
Normal file
12
staticfiles/404.html
Normal 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>
|
Loading…
Reference in a new issue