-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog in.html
35 lines (35 loc) · 1.06 KB
/
log in.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
34
35
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>登录</title>
<link rel="stylesheet" href="css/登录.css" type="text/css">
</head>
<body>
<div class="box">
<div class="littlebox">
<h3>QQ音乐登录</h3>
<hr/>
<form action="">
<p class="one">
用户名:<input type="text" placeholder="手机号码/微信号/QQ号" class="a">
</p>
<p class="two">
密码:<input type="password" placeholder="必修含有数字和字母" class="b">
</p>
</form>
<div>
<input type="submit" value="登录" class="denglu">
</div>
<div>
<p class="d">
<a href="javascript:void (0)">忘记密码?找回密码</a>
</p>
<p class="e">
<a href="注册.html">注册</a>
</p>
</div>
</div>
</div>
</body>
</html>