16 lines
428 B
HTML
16 lines
428 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex, follow">
|
|
<meta http-equiv="refresh" content="0; url=html/index.html">
|
|
<script>
|
|
window.location.href = "html/index.html"
|
|
</script>
|
|
<title>Page Redirection</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow this <a href='html/index.html'>link</a>.
|
|
</body>
|
|
</html>
|