This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
DBHomework/web/booksys/install-failed.html

14 lines
374 B
HTML
Raw Normal View History

<!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>