aboutsummaryrefslogtreecommitdiff
path: root/layouts/redirect.html
blob: 9cfd747328858946f0e0f4b79e90f3b3cfd28314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="refresh" content="0; url=/posts/">
        <script type="text/javascript">
            window.location.href = "/posts/"
        </script>
        <title>Page Redirection</title>
    </head>
    <body>
        If you are not redirected automatically, follow this <a href='/post/'>link</a>.
    </body>
</html>