summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-08 11:01:44 -0600
committermo khan <mo@mokhan.ca>2025-05-08 11:01:44 -0600
commitd4758497b63644b2baaef2115984fe7ba14fff2a (patch)
tree3b14c93d7fc261ff9eb8067885342011abcf466b /app/views
parentb7a520b8ef410d422db653d2680a2aafe3341013 (diff)
feat: test out a redirect page in staging
Diffstat (limited to 'app/views')
-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>