-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOUpdate.html
52 lines (47 loc) · 2.02 KB
/
NOUpdate.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
<html>
<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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="style1.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap" rel="stylesheet">
<title>Dabbawala</title>
</head>
<body>
<div class="top-container">
<a class="header-link" href="aboutus.html">About Us</a>
<a class="header-link" href="index.html">Home</a>
<a class="header-link" href="Homecook.html">Register as Home Cook</a>
<a class="header-link" href="customer.html">Register as Customer</a>
</div>
<div class="split left">
<p>
Not Found! Please Try Again
</p>
</div>
<img src="Images\DabbawalaLogo.png" class="logo">
<div class="split right2">
<form action="http://localhost/DBMS_Miniproject/Dabbawala/update.php" method="post">
<h3 align="center">UPDATE ADDRESS</h3>
<div style=" justify-content: center; align-items: center; padding-left: 4rem;">
<Input type="text" placeholder="Email" required name="Email">
<Input type="text" placeholder="New Street" required name="Address">
<label for ="Area">New Area</label>
<select id="Area" name="Area">
<option value ="Mulund West">Mulund West</option>
<option value ="Andheri">Andheri</option>
<option value ="Dombivli">Dombivli</option>
<option value ="Juhu">Juhu</option>
<option value ="Bandra">Bandra</option>
</select>
<div class="btn-box">
<button name="Send">Send</button>
</div>
</div>
</form>
</div>
</body>
</html>