mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

redirect.shtml (378B)


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