aboutsummaryrefslogtreecommitdiff
path: root/data/templates/template.html
diff options
context:
space:
mode:
authorSilas Bartha <silas@exvacuum.dev>2025-02-16 17:04:48 -0500
committerSilas Bartha <silas@exvacuum.dev>2025-02-16 17:04:48 -0500
commitb2742ed336692cecb1f9a812b85ebe710d9ee7a4 (patch)
tree6b510591d66edc239af30eeea8b17cae67d008f7 /data/templates/template.html
initial commit
Diffstat (limited to 'data/templates/template.html')
-rw-r--r--data/templates/template.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/templates/template.html b/data/templates/template.html
new file mode 100644
index 0000000..0ae260d
--- /dev/null
+++ b/data/templates/template.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>