Merge pull request #364 from plebbit/master

feat(public): add redirect.html
This commit is contained in:
Tom (plebeius.eth)
2024-08-20 10:54:30 +02:00
committed by GitHub

12
public/redirect.html Normal file
View File

@@ -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>