13 lines
359 B
HTML
13 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="refresh" content="0; url=../index.html" />
|
|
<title>Redirecting to English home</title>
|
|
<meta name="robots" content="noindex" />
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected automatically, <a href="../index.html">go to the English home page</a>.</p>
|
|
</body>
|
|
</html>
|