summaryrefslogtreecommitdiff
path: root/app/views/sessions/redirect.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sessions/redirect.html.tmpl')
-rw-r--r--app/views/sessions/redirect.html.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/sessions/redirect.html.tmpl b/app/views/sessions/redirect.html.tmpl
new file mode 100644
index 0000000..e70e1d5
--- /dev/null
+++ b/app/views/sessions/redirect.html.tmpl
@@ -0,0 +1,9 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta http-equiv="refresh" content="0;URL='{{ .URL }}'"/>
+ </head>
+ <body>
+ <p>Moved to <a href="{{ .URL }}">location</a>.</p>
+ </body>
+</html>