-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaboutus.html
More file actions
26 lines (23 loc) · 888 Bytes
/
Copy pathaboutus.html
File metadata and controls
26 lines (23 loc) · 888 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About us</title>
<link rel="stylesheet" href="aboutus.css">
</head>
<body>
<a class="home" href="index.html">Home</a>
<div class="aboutus">
<div class="img">
<img src="hos1.jpeg" alt="hospital">
</div>
<div class="img1">
<img src="hos2.jpeg" alt="hospital">
</div>
<br><br>
<hr>
<h1> About us</h1>
<p>City Hospital has over two decades of experience in the healthcare sector, and is known for providing quality healthcare and valuable experience to all domestic and international patients. Our healthcare offerings are supported by a team of compassionate and dedicated medical professionals who have rich knowledge and experience in their respective domains.</p>
</div>
</body>
</html>