增加docke部署

This commit is contained in:
2026-04-10 16:44:13 +08:00
parent e2f8054794
commit cd4ddb606d
5076 changed files with 701092 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<title>密码找回</title>
</head>
<body class="body_bg">
<header class="yl_logo">
<img src="img/yl.png" class="img-responsive">
</header>
<div class="container-fluid">
<p class="hui">忘记了密码?我们会把重设的密码以短信的形式下发到您绑定的手机!</p>
<div class="dr_btn">
<a href="password_detail.html" class="btn btn-info">发送密码找回短信</a>
<a href="login.html" class="btn btn-default">返回</a>
</div>
</div>
</body>
</html>