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