wrdrd / docs

WRD R&D Documentation – https://wrdrd.github.io/docs/
https://wrdrd.github.io/docs/
9 stars 1 forks source link

REF,UBY: static redirects (for old links) #12

Open westurner opened 9 years ago

westurner commented 9 years ago

e.g. xyz#123 -> 123

westurner commented 9 years ago
<!doctype html>
<html>
    <head>
        <meta https-equiv="REFRESH" content="0; url=https://westurner.org/" />
        <title>Redirecting to https://westurner.org/</title>
    </head>
    <body>
    <h1>westurner.org</h1>
    <p>
    Redirecting to <a href="https://westurner.org/" rel="me">https://westurner.org/</a>
    </p>
    </body>
</html>