kv-music/legacy.html
2026-01-24 15:13:19 +03:00

16 lines
618 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://monochrome.binimum.org/legacy'" />
<script>
window.location.href = 'https://monochrome.binimum.org/legacy';
</script>
</head>
<body>
<p>If you are not redirected, <a href="https://monochrome.binimum.org/legacy">click here</a>.</p>
</body>
</html>