mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-07-26 08:27:44 +00:00
Do it for all paths
This commit is contained in:
parent
51166e93e4
commit
6ba4afb0c0
1 changed files with 0 additions and 0 deletions
17
404.html
Normal file
17
404.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue