initial commit

This commit is contained in:
CJSatnarine
2026-03-16 11:40:50 -04:00
commit f54ed0f4a6
9 changed files with 302 additions and 0 deletions

View File

@@ -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>