Files
wysite/index.html

16 lines
391 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/__mirror/runtime/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>运行态镜像入口</title>
<script>
location.replace("/__mirror/runtime/");
</script>
</head>
<body>
<p>正在跳转到运行态镜像入口…</p>
</body>
</html>