initial commit

This commit is contained in:
2026-08-16 12:11:23 +02:00
commit 2e1c3a536d
93 changed files with 4777 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0;url={{ redirectTo }}">
<title>Redirecting to {{ redirectTo }}</title>
</head>
<body>
<p>Redirecting to <a href="{{ redirectTo }}">{{ redirectTo }}</a>…</p>
</body>
</html>