Skip to content

Commit de48988

Browse files
committed
chore: add 404 html
1 parent 6e06127 commit de48988

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=/latest/404.html" />
5+
</head>
6+
<body>
7+
<p>Redirecting to <a href="/latest/404.html">/latest/404.html</a>...</p>
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)