mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-05-28 11:55:12 +00:00
Redirect paths too
This commit is contained in:
parent
984e41b771
commit
51166e93e4
1 changed files with 7 additions and 1 deletions
|
@ -4,8 +4,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Redirecting to https://rgbcu.be/</title>
|
<title>Redirecting to https://rgbcu.be/</title>
|
||||||
<meta http-equiv="refresh" content="0; URL=https://rgbcu.be/">
|
|
||||||
<link rel="canonical" href="https://rgbcu.be/">
|
<link rel="canonical" href="https://rgbcu.be/">
|
||||||
|
<script>
|
||||||
|
window.onload = () => window.location.replace("https://rgbcu.be" + window.location.pathname);
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>If you are not redirected, <a href="https://rgbcu.be/">click here</a>.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue