-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
55 lines (43 loc) · 1.53 KB
/
update.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="register1.css">
<title>EDIT HOUSE DETAILS</title>
</head>
<body style="background-color:#9775FA;">
<div style="width:100%">
<div class="imgEhrs"><img src="./ehrslogo.jpg" height="200" width="350">
</div>
<div class="imgNsrit"><img src="./nsrit_logo.png" height="130" width="1100">
<h2 style="float:right;">
<script>
date = new Date().toLocaleDateString();
document.write(date);
</script></h2>
<center> <h1 style="color:#eef0e9">E-Housing Rental System</h1></center>
<div class="wrapper">
</div>
</div>
</div>
<div style="background-color:#F8C4C4; height:740px; width:23%; float:left;">
<div>
<ul>
<br><br><br><br><br><br><br><br>
<h1><li><a href="./owner.html">Owner_req</a></li></h1><br><br><br><br><br><br><br><br><br>
<h1><li><a href="./owner_req.html">Go back</a></li></h1>
</ul>
</div> </div>
<div>
<p> </p>
</div>
<center><u><h1 style="color:#fff;">EDIT HOUSE DETAILS</h1></u></center>
<center><form method = "post" action="update.jsp">
<div class="container1">
<hr>
<label for="AadhaarNo"><b>AadhaarNo</b></label>
<input type="text" name="AadhaarNo">
<button type="submit" class="registerbtn">Verify</button> <br><br>
</div>
</form></center>
</body>
</html>