aboutsummaryrefslogtreecommitdiff
path: root/layouts/redirect.shtml
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/redirect.shtml')
-rw-r--r--layouts/redirect.shtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/redirect.shtml b/layouts/redirect.shtml
new file mode 100644
index 0000000..a10982f
--- /dev/null
+++ b/layouts/redirect.shtml
@@ -0,0 +1,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> \ No newline at end of file