Files
seedit/public/redirect.html
2024-08-18 20:11:54 +00:00

13 lines
428 B
HTML

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