mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
HTML
17 lines
429 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex">
|
|
<meta http-equiv="refresh" content="0; url=/index.html">
|
|
<link rel="canonical" href="/index.html">
|
|
<title>Redirecting...</title>
|
|
<script>
|
|
const anchor = window.location.hash.substr(1);
|
|
location.href = `/index.html${anchor?`#${anchor}`:""}`;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting...</p>
|
|
</body>
|
|
</html> |