mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-11 15:49:53 +08:00
21 lines
463 B
HTML
21 lines
463 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>404 Not Found</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<h4>系统未能找到您指定的 URL ,请检查一遍之后再进行访问。</h4>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="/">[ 单击这里将跳转到正确页面 ]</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
|
|
</html> |