-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 741 Bytes
/
index.html
File metadata and controls
30 lines (25 loc) · 741 Bytes
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
<!Doctype HTML>
<html lang="en">
<head>
<title>Dreamhouse</title>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1> Dream House Database Managment </h1>
<p> Search Databases : </p>
<a href="branch.php" >Search Branch details </a>
<br>
<a href="property.php" >Search Property details </a>
<br>
<a href="staff.php" >Search Staff details </a>
<br>
<p> Manage Databases </p>
<a href="editbranch.php" >Edit Branch details </a>
<br>
<a href="editproperty.php" >Edit Property details </a>
<br>
<a href="editstaff.php" >Edit Staff details </a>
</body>
<html>