-
Notifications
You must be signed in to change notification settings - Fork 0
/
Registration.html
66 lines (55 loc) · 2.6 KB
/
Registration.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Registration</title>
<link rel="stylesheet" href="Home.css">
</head>
<body>
<div class="contact">
<a href="seller.html">Sell with us |</a>
<a href="contact.html" > Contact |</a>
<a href="downloadapp.html">Download App </a>
</div>
<div class="top" >
<label for="Shopeasy" class="shopeasy">
<img src="./images_shopesay/shopeasy_icon.png" class="shopeasy_icon">
Shopeasy</label>
<input type="text" class="search_box" placeholder="Search">
<button class="search_btn">Search</button>
<a href="location.html" class="location_a"><img src="./images_shopesay/Location_icon.png" class="img_location"></a>
<a href="notification.html" class="notification_a"><img src="./images_shopesay/Notification.png" class="notification_image"></a>
<a href="heart.html" class="heart_a"><img src="./images_shopesay/heart_icon.png" class="heart_image"></a>
<a href=""><img src="./images_shopesay/Cart_blue.png" class="cart_image"></a>
<a href="login.html" class="login">login</a>
<a href="Registration.html" class="reg">Signup</a>
</div>
</div>
<div class="navbar">
<ul class="n1">
<a href="madeinindia.html"> <img src="./images_shopesay/5vowkye7.png" class="logo"></a>
<li><a href="Home.html">Home</a></li>
<li><a href="Trending.html">Trending</a></li>
<li>Mens</li>
<li>Women</li>
<li>Kids</li>
<li>mobiles</li>
<li>offers</li>
<li>Home & kitchen</li>
<li>Essentials</li>
<li>Global Shopping</li>
</ul>
</div>
<form action="registration.php" class="register" method="post">
<h1>Registration form</h1>
<label for="form_label" class="form_label">Username</label> <br>
<input class="input_form" type="text" placeholder="Enter your name" required> <br>
<label for="form_label" class="form_label">Email</label><br>
<input class="input_form" type="email" placeholder="Enter your email" required><br>
<label for="form_label" class="form_label">password</label><br>
<input class="input_form" type="password" placeholder="Enter your password" required><br>
<button class="btn_submit" type="submit">Register</button>
</form>
</body>
</html>