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-success.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

13 lines
327 B
HTML

<!DOCTYPE>
<html>
<head>
<title>安装成功</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p>你已经安装好了BookSystem.</p>
<p>现在开始使用吧!</p>
<p><a href="index.html">前往主页</a></p>
</body>
</html>