-
Notifications
You must be signed in to change notification settings - Fork 1
/
signup.html
75 lines (74 loc) · 1.97 KB
/
signup.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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>Document</title>
<link rel="stylesheet" href="../css/signup.css" />
</head>
<body>
<div>
<h1 id="a"><b>TOMTOP</b></h1>
<h4 id="b"><b>Loving . Shopping . Sharing</b></h4>
</div>
<div id="c">
<h3 id="d">Create Account</h3>
<form class="in">
<input
class="a"
id="email"
type="text"
placeholder=" Email address"
value=""
/><br />
<input
class="b"
id="pass"
type="password"
placeholder="
6-20 characters (letters or numbers only)
"
value=""
/><br />
<input
class="c"
id="passd"
type="password"
placeholder="
Enter password again
"
value=""
/><br />
<input
class="d"
id="cap"
type="text"
placeholder=" Please enter the c"
value=""
/><img
class="e"
src="https://my.tomtop.com/member/code"
alt="cap img"
/>
<div>
<p class="k">
<input type="checkbox" /> I agree to the tomtop Terms & Conditions ,
Privacy Policy.
</p>
<p class="k">
<input type="checkbox" />Yes, Sign up our newsletter, get $50
coupons in your first email! You will receive our latest updates,
news, and promotions from Tomtop.
</p>
</div>
<input class="j" type="submit" value="Create My Account" />
</form>
<p class="l">>>Register at tomtop.com and receive 10 points.</p>
<p class="l">
Already Have An Account ? <a href="signin.html">Sign In</a>
</p>
</div>
</body>
</html>
<script src="../js/signup.js"></script>