14 lines
374 B
HTML
14 lines
374 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
<title>安装失败</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<p>出现了一些问题导致安装无法进行:</p>
|
|
<p>错误代码: {ErrCode}</p>
|
|
<p>错误信息: {ErrMsg}</p>
|
|
<p><a href="install.html">返回</a></p>
|
|
</body>
|
|
</html> |