mirror of https://github.com/alibaba/arthas.git
17 lines
438 B
HTML
17 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex">
|
|
<meta http-equiv="refresh" content="0; url=/en/index.html">
|
|
<link rel="canonical" href="/en/index.html">
|
|
<title>Redirecting...</title>
|
|
<script>
|
|
const anchor = window.location.hash.substr(1);
|
|
location.href = `/en/index.html${anchor?`#${anchor}`:""}`;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting...</p>
|
|
</body>
|
|
</html> |