aboutsummaryrefslogtreecommitdiff
path: root/data/templates/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/redirect.html')
-rw-r--r--data/templates/redirect.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/templates/redirect.html b/data/templates/redirect.html
new file mode 100644
index 0000000..0ae260d
--- /dev/null
+++ b/data/templates/redirect.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="refresh" content="0; url={{ url }}">
+ <title>Redirecting...</title>
+
+ <style>
+ body {
+ background-color: #000;
+ color: #fff;
+ }
+ </style>
+</head>
+<body>
+ <p>A fairy is teleporting you to <a href="{{ url }}">{{ url }}</a>...!</p>
+</body>
+</html>