wiki/static/index.html

16 lines
420 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A redirect to the english homepage</title>
<meta http-equiv = "refresh" content = "0; url = ./en/" />
<link rel="stylesheet" href="/style.css"/>
</head>
<body>
<main>
<p>If this redirect does not work then please click on <a href="/en/">this link</a></p>
</main>
</body>
</html>