-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
40 lines (32 loc) · 1.08 KB
/
contact.html
File metadata and controls
40 lines (32 loc) · 1.08 KB
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
<!DOCTYPE html>
<head>
<title>sanjivani Hospital Website</title>
</head>
<body>
<header>
<img src=san.png alt="ei" height=100>
<h1>sanjivani Hospital</h1>
<nav>
<a href="hospital.html">home</a> |
<a href="about.html">about</a> |
<a href="doctor.html">doctor</a> |
<a href="opd.html">opd scdule</a> |
<a href="facilities.html">facilities</a> |
<a href="contact.html">contact</a>
</nav>
</header>
<section id="home">
<h2>we are here for providing quality healthcare to you and your family and save your ones life</h2>
<p>Welcome to sanjivani Hospital, where we prioritize your health and well-being.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Address: nehru nagar, Durg City, 45678</p>
<p>Phone: (123) 879-7993</p>
<p>Email: info@sanjivanihospital.com</p>
</section>
<footer>
<p>© 2024 sanjivani Hospital. All rights reserved.</p>
</footer>
</body>
</html>