Skip to content

Commit d6ef09b

Browse files
committed
feat: add redirect page to improve user navigation experience
1 parent c171c9e commit d6ef09b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/page/1/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta http-equiv="refresh" content="0; url=/">
6+
<title>Redirecting...</title>
7+
</head>
8+
9+
<body>
10+
<h1>Redirecting...</h1>
11+
<p>If you are not redirected automatically, follow this <a href="/">link</a>.</p>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)