-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
44 lines (40 loc) · 1.18 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
<!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>
<h1>SG Enable Health Portal</h1>
<div class = "navbar">
<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>
<main>
<h2>Welcome to the SG Enable Health Portal!</h2>
<p>Find a medical practitioner you can trust today! </p>
<a href="practitioner-sign-in.html" class="button-89">Medical Practitioner Sign In</a>
<br><br>
<a href="patient-log-in.html" class="button-89">Patient Sign In</a>
<br><br>
<p>Don't have an account? Create one today! I am a...<p>
<br><br>
</p><a href="practitioner-sign-up.html" class="button-89">..Medical Practitioner</a></p>
</p><a href="patient-sign-up.html" class="button-89">..Patient</a></p>
</main>
<footer>
<p>Copyright © 2023 Health Portal</p>
</footer>
</div>
</body>
</html>