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
kiritow 4d0aad04ff Add Web Resource to Repo.
And I am going to the cyber bar as I forgot to take my power supplier.
2017-11-19 15:43:51 +08:00

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>