16 lines
591 B
HTML
16 lines
591 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="0; URL='https://legacy.monochrome.tf'" />
|
|
<script>
|
|
window.location.href = 'https://legacy.monochrome.tf';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected, <a href="https://legacy.monochrome.tf">click here</a>.</p>
|
|
</body>
|
|
</html>
|