aboutsummaryrefslogtreecommitdiff
path: root/captain/templates
diff options
context:
space:
mode:
Diffstat (limited to 'captain/templates')
-rw-r--r--captain/templates/redirect.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/captain/templates/redirect.html b/captain/templates/redirect.html
new file mode 100644
index 0000000..dec695f
--- /dev/null
+++ b/captain/templates/redirect.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="Refresh" content="0; url='{{ base_url }}/{{ destination }}'" />
+ <title>Command Received</title>
+ </head>
+ <body>
+ </body>
+</html>