mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 08:21:19 -05:00
Merge pull request #364 from plebbit/master
feat(public): add redirect.html
This commit is contained in:
12
public/redirect.html
Normal file
12
public/redirect.html
Normal 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>
|
||||
Reference in New Issue
Block a user