summaryrefslogtreecommitdiff
path: root/src/http/tpl/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/tpl/redirect.html')
-rw-r--r--src/http/tpl/redirect.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/http/tpl/redirect.html b/src/http/tpl/redirect.html
new file mode 100644
index 0000000..a50b324
--- /dev/null
+++ b/src/http/tpl/redirect.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="refresh" content="0; url='{{ .Payload.URL }}'" />
+ </head>
+ <body>
+ <p>Redirecting...</p>
+ </body>
+</html>