blob: d8608694d4a5d2fdeae294d6da778cc1660c4ada [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=ecosystem-test-jobs/fuchsia.html">
<link rel="canonical" href="ecosystem-test-jobs/fuchsia.html">
</head>
<body>
<p>Redirecting to... <a href="ecosystem-test-jobs/fuchsia.html">ecosystem-test-jobs/fuchsia.html</a>.</p>
<script>
// This handles redirects that involve fragments.
document.addEventListener('DOMContentLoaded', function() {
const fragmentMap =
{}
;
const fragment = window.location.hash;
if (fragment) {
let redirectUrl = "ecosystem-test-jobs/fuchsia.html";
const target = fragmentMap[fragment];
if (target) {
let url = new URL(target, window.location.href);
redirectUrl = url.href;
} else {
let url = new URL(redirectUrl, window.location.href);
url.hash = window.location.hash;
redirectUrl = url.href;
}
window.location.replace(redirectUrl);
}
// else redirect handled by http-equiv
});
</script>
</body>
</html>