mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00:24 +00:00
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
<!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>
|