-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregist.html
49 lines (48 loc) · 1.32 KB
/
regist.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>账号注册</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/regist.css">
</head>
<body>
<header></header>
<form class="form-content">
<fieldset>
<legend>账号注册</legend>
<table>
<tr>
<td>账号</td>
<td><input id="account"type="text" placeholder="手机/邮箱" /></td>
</tr>
<tr>
<td>设置密码</td>
<td><input id="password"type="password" placeholder="请输入密码" /></td>
</tr>
<tr>
<td></td>
<td><input id="checkcode" type="text" placeholder="请输入验证码" />
<input id="getcheckcode" type="button" value="点击获取验证码"/></td>
</tr>
<tr>
<td></td>
<td><input id="checkbox" type="checkbox" />我已同意《小天才服务协议》
</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><input id="submit" type="submit" value="注册并绑定" />
</td>
</tr>
</table>
<!-- <div id="trangle">
</div> -->
</fieldset>
</form>
</body>
</html>