-
Notifications
You must be signed in to change notification settings - Fork 1
/
doctors-assistance.html
43 lines (42 loc) · 1.59 KB
/
doctors-assistance.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
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Doctors assistance</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A800%2C900"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jost%3A800%2C900"/>
<link rel="stylesheet" href="./styles/doctors-assistance.css"/>
</head>
<body>
<div class="doctors-assistance-F9Z">
<div class="rectangle-1-YPZ">
</div>
<a href="h.html"> <!-- Link to go back to the home page -->
<img class="back-1-H6F" src="./assets/back-1-7Nw.png"/>
</a>
<p class="doctors-assistance-oKV">DOCTOR’S ASSISTANCE</p>
<div class="rectangle-14-S7Z">
</div>
<div class="rectangle-15-wKD">
</div>
<div class="rectangle-16-THZ">
</div>
<img class="text-your-doctor-1-yWo" src="./assets/text-your-doctor-1.png"/>
<img class="doc-1-JZ5" src="./assets/doc-1.png"/>
<img class="hospitsl-1-Ehd" src="./assets/hospitsl-1.png"/>
<a href="primary-care.html"> <!-- Link to go to the primary care page -->
<div class="primary-care-appointment-aFh">Primary care Appointment</div>
</a>
<a href="urgent-care.html"> <!-- Link to go to the urgent care page -->
<p class="urgent-care-RXD">Urgent Care</p>
</a>
<a href="text-doc.html"> <!-- Link to go to the text your doctor page -->
<p class="text-your-doctor-HJX">Text Your Doctor</p>
</a>
<img class="logo-1-ZG3" src="./assets/logo-1-xvb.png"/>
</div>
</body>
</html>