We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9e6fa commit d4c4010Copy full SHA for d4c4010
2 files changed
404.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="refresh" content="0;url=/web/404/index.html">
7
+ <title>Redirecting...</title>
8
+ <script>
9
+ setTimeout(() => {
10
+ window.location.href = "/web/404/index.html";
11
+ }, 0);
12
+ </script>
13
+</head>
14
+<body>
15
+ <p>If you are not redirected, <a href="/web/404/index.html">click here</a>.</p>
16
+</body>
17
+</html>
404.md
0 commit comments