initial commit
This commit is contained in:
18
data/templates/redirect.html
Normal file
18
data/templates/redirect.html
Normal 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>
|
||||
Reference in New Issue
Block a user