-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOne.html
More file actions
16 lines (15 loc) · 767 Bytes
/
Copy pathOne.html
File metadata and controls
16 lines (15 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<style>
body{background-color:lightblue;}
</style>
</head>
<body>
<a href="two.html" target=two><font face = "Copperplate Gothic" size=5><b>Home</b></a></br><br><br>
<a href="appoint.html" target=two><font face = "Copperplate Gothic" size=5><b>Appointment</b></a></br><br><br>
<a href="prescription.html" target=two><font face = "Copperplate Gothic" size=5><b>Prescription</b></a></br><br><br>
<a href="pharmacy.html" target=two><font face = "Copperplate Gothic" size=5><b>Pharmacy</b></a></br><br><br>
<a href="contact.html" target=two><font face = "Copperplate Gothic" size=5><b>Contact</b></a></br><br><br>
<a href="login.html" target="_parent"><font face = "Copperplate Gothic" size=5><b>Logout</b></a></br><br><br>
</body>
</html>