-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us-main.html
More file actions
45 lines (40 loc) · 1.47 KB
/
Copy pathabout-us-main.html
File metadata and controls
45 lines (40 loc) · 1.47 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
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SG Enable Health Portal</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="banner">
<header>
<div style="text-align:justify">
<h1>SG Enable Health Portal</h1>
</div>
<div class = "navbar" style="text-align: justify;">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Listings</a></li>
<li><a href="about-us-main.html">About Us</a></li>
<li><a href="contact-us-main.html">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<body>
<div style="text-align: left; vertical-align: top;">
<h2>Welcome to the SG Enable Health Portal!</h2>
</div>
<div style="font-size: large;">
<p>SG Enable Health Portal is revolutionizing healthcare for disabled individuals. It connects patients with doctors of various specialties who are committed to accommodating their unique needs. With the portal, disabled individuals can easily find doctors who understand their impairments and are equipped to provide quality medical care. No more struggling to find accessible healthcare - with SG Enable Health Portal, disabled patients can now receive the care they deserve, quickly and easily. Get connected and find a medical practitioner you can trust today! </p>
</div>
</body>
<main>
</main>
<footer>
<p>Copyright © 2023 Health Portal</p>
</footer>
</div>
</body>
</html>