mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00:24 +00:00
initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user