1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-14 05:54:58 +00:00

Redirect paths too

This commit is contained in:
RGBCube 2024-01-09 13:35:37 +03:00
parent 984e41b771
commit 51166e93e4
No known key found for this signature in database

View file

@ -4,8 +4,14 @@
<head>
<meta charset="UTF-8">
<title>Redirecting to https://rgbcu.be/</title>
<meta http-equiv="refresh" content="0; URL=https://rgbcu.be/">
<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>