diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/redirect.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/redirect.html b/layouts/redirect.html new file mode 100644 index 0000000..9cfd747 --- /dev/null +++ b/layouts/redirect.html @@ -0,0 +1,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> |