aboutsummaryrefslogtreecommitdiff
path: root/layouts/redirect.shtml
blob: a10982f8407834882dc7d7971522b350f6e44d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>