diff options
| author | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-16 14:59:19 -0400 |
| commit | 68b6d1eb607af5fb3e51391f8f12f1a95b405d56 (patch) | |
| tree | 5e5f8e59425dfc29ea0d1def4b6dc87cd99c7b96 /data/templates/template.html | |
| parent | 396458d0021e5d6e8574444b8c14348f9217b100 (diff) | |
Updated to work with ringfairy 0.2
Diffstat (limited to 'data/templates/template.html')
| -rw-r--r-- | data/templates/template.html | 18 |
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> |
