You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/HTML/Doctor.html

29 lines
809 B

<!DOCTYPE html>
<html lang="en">
<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="/VIEW/CSS/Doctor.css">
<title>ONLINE DOCTOR APPOINTMENT</title>
</head>
<body>
<center><h1> ONLINE DOCTOR APPOINTMENT </h1> </center>
<br> <br>
<div>
<center>
<ul>
<a href="Home.html">HOME</a> &nbsp; &nbsp;
<a href="Facility.html">FACILITY</a> &nbsp; &nbsp;
<a href="Doctor1.html">DOCTOR</a> &nbsp; &nbsp;
<a href="Patient.html">PATIENT</a> &nbsp; &nbsp;
</ul>
</center>
<br> <br>
</div>
<div class="content">
<center><img src="/VIEW/img.jpg" alt="images"> </center>
</nav>
</body>
</html>