File size: 1,184 Bytes
540e67a 1b83f19 540e67a 367c357 540e67a 1b83f19 540e67a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redirecting | Ropedia Xperience-10M Task Suite</title>
<link rel="canonical" href="https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/">
<script>
(function () {
var projectBase = "/ropedia-xperience-10m-task-suite/";
var target = window.location.pathname.indexOf(projectBase) === 0 ? projectBase : "/";
window.addEventListener("DOMContentLoaded", function () {
var homeLink = document.getElementById("homeLink");
if (homeLink) homeLink.href = target;
});
window.location.replace(target);
})();
</script>
<style>
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
background: #020502;
color: #f4f8ef;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: #ccffa0; }
</style>
</head>
<body>
<main>
<h1>Redirecting</h1>
<p>Go to <a id="homeLink" href="/">Ropedia Xperience-10M Task Suite</a>.</p>
</main>
</body>
</html>
|