mirror of
https://github.com/plebbit/seedit.git
synced 2026-01-01 18:38:36 -05:00
13 lines
428 B
HTML
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>
|