wiki/static/index.html

14 lines
394 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 = "2; url = https://wiki.vern.cc/en/" />
</head>
<body>
<main>
<p>If this redirect does not work then please click on <a href="/en/">this link</a></p>
</main>
</body>
</html>