-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatientRights.html
37 lines (30 loc) · 1.04 KB
/
PatientRights.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link href="Style/StyleSheet.css" rel="stylesheet" type="text/css" />
<title>Swosu Health Services</title>
</head>
<body>
<header>
<h1><span id="swosu">
<a href="index.html">
<img src="Images/swosulogo.jpg" /></a></span>Health Services</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Mission/Services</a></li>
<li><a href="Staff.html">Staff</a></li>
<li><a href="Immunization.html">Immunization</a></li>
<li><a href="PatientRights.html">Patient Rights</a></li>
<li><a href="ResourcesForms.html">Resources Forms</a></li>
<li><a href="ChargesFees.html">Charges Fees</a></li>
<li><a href="AfterHoursCare.html">After Hours Care</a></li>
<li><a href="InfectiousDiseases.html">Infectious Diseases</a></li>
<li><a href="ForParents.html">For Parents</a></li>
</ul>
</nav>
<article>
</article>
</body>
</html>