1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-14 05:54:58 +00:00
rgbcube.github.io/404.html
2024-01-09 13:35:51 +03:00

17 lines
390 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Redirecting to https://rgbcu.be/</title>
<link rel="canonical" href="https://rgbcu.be/">
<script>
window.onload = () => window.location.replace("https://rgbcu.be" + window.location.pathname);
</script>
</head>
<body>
<p>If you are not redirected, <a href="https://rgbcu.be/">click here</a>.</p>
</body>
</html>