Skip to content

Commit

Permalink
improve redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 18, 2025
1 parent 4f150d9 commit 3c478e7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/">
<script type="text/javascript">
window.location.href = "https://lycheeorg.dev/"
</script>
<title>Page Redirection</title>
</head>
<body>
<h1>We have moved!</h1>
<br>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://lycheeorg.dev/'>link to https://lycheeorg.dev/</a>.
</body>
</html>
15 changes: 15 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/get-supporter-edition">
<script type="text/javascript">
window.location.href = "https://lycheeorg.dev/get-supporter-edition"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
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>.
</body>
</html>
15 changes: 15 additions & 0 deletions get-supporter-edition/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://lycheeorg.dev/docs">
<script type="text/javascript">
window.location.href = "https://lycheeorg.dev/docs"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://lycheeorg.dev/docs'>link to https://lycheeorg.dev/docs</a>.
</body>
</html>

0 comments on commit 3c478e7

Please sign in to comment.