-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlogo_re.html
33 lines (33 loc) · 1.06 KB
/
logo_re.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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>Login</title>
<link rel="stylesheet" href="./css/logo_re.css" />
<link rel="stylesheet" href="./css/font_ykiax20nte8/iconfont.css" />
</head>
<body>
<form action="" method="post">
<div class="login-box">
<h1>Login</h1>
<div class="input-box">
<div class="input-text">
<span class="iconfont icon-RectangleCopy"></span>
<input type="text" placeholder="用户名" />
</div>
<div class="input-text">
<span class="iconfont icon-RectangleCopy1"></span>
<input type="password" placeholder="密码" />
</div>
<div class="input-btn">登录</div>
<div class="sign-up">
还没账户?
<a href="./register.html">立即注册</a>
</div>
</div>
</div>
</form>
</body>
</html>