Skip to content

Commit

Permalink
feat(public): add redirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanabaroa committed Aug 18, 2024
1 parent bb94bdf commit 2ad3879
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<!-- use this file to redirect old urls that no longer work to the up-to-date seedit web app url -->
<head>
<title>seedit redirect</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=https://seedit.eth.limo" />
</head>
<body>
<p>seedit moved. If you are not redirected, click <a href="https://seedit.eth.limo">https://seedit.eth.limo</a>.
</body>
</html>

0 comments on commit 2ad3879

Please sign in to comment.