Skip to content

Commit 3c478e7

Browse files
committed
improve redirection
1 parent 4f150d9 commit 3c478e7

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

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-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/">
6+
<script type="text/javascript">
7+
window.location.href = "https://lycheeorg.dev/"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
<h1>We have moved!</h1>
13+
<br>
14+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
15+
If you are not redirected automatically, follow this <a href='https://lycheeorg.dev/'>link to https://lycheeorg.dev/</a>.
16+
</body>
17+
</html>

docs/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/get-supporter-edition">
6+
<script type="text/javascript">
7+
window.location.href = "https://lycheeorg.dev/get-supporter-edition"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
13+
If you are not redirected automatically, follow this <a href='https://lycheeorg.dev/get-supporter-edition'>link to https://lycheeorg.dev/get-supporter-edition</a>.
14+
</body>
15+
</html>

get-supporter-edition/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/docs">
6+
<script type="text/javascript">
7+
window.location.href = "https://lycheeorg.dev/docs"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
13+
If you are not redirected automatically, follow this <a href='https://lycheeorg.dev/docs'>link to https://lycheeorg.dev/docs</a>.
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)