aboutsummaryrefslogtreecommitdiff
path: root/data/templates/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/template.html')
-rw-r--r--data/templates/template.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/data/templates/template.html b/data/templates/template.html
deleted file mode 100644
index 0ae260d..0000000
--- a/data/templates/template.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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>