deqin/htmls/login.html

29 lines
780 B
HTML
Raw Normal View History

2021-11-16 16:47:56 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>登录</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="login-con-hed">
<img class="img" src="/img/login_02.gif" alt="">
</div>
<form class="pdlr30" id="login">
<div class="int">
<p>登录</p>
<input type="text">
</div>
<div class="int">
<p>密码</p>
<input type="password">
</div>
<button class="btn" type="button">登录</button>
</form>
<p class="copyright">版权信息</p>
</body>
</html>