-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuy.html
More file actions
28 lines (28 loc) · 1.01 KB
/
Copy pathbuy.html
File metadata and controls
28 lines (28 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/buy.css">
</head>
<body>
<div class="nav">
<div class="nav-brand">THANK YOU FOR PATRONISING US</div>
</div>
<div class="note"><b>NOTE:</b>All our services are payment on delivery.<br>Delivery fee is $50</div>
<form action="">
<input type="text" name="firstname" value="" placeholder="First name">
<input type="text" name="secondname" value="" placeholder="Last name">
<input type="text" name="address" value="" placeholder="Address">
<select class="" name="">
<option value="amount">QUANTITY</option>
<option value="amount">1</option>
<option value="amount">2</option>
<option value="amount">3</option>
<option value="amount">4</option>
<option value="amount">5</option>
</select>
<button type="button" name="button">continue</button>
</form>
</body>
</html>