Skip to content

Commit 7d21ffc

Browse files
Create 404.html
1 parent 0c230a9 commit 7d21ffc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

404.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)