-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmed-schedule.html
More file actions
38 lines (36 loc) · 939 Bytes
/
Copy pathmed-schedule.html
File metadata and controls
38 lines (36 loc) · 939 Bytes
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
---
layout: default
title: Team Nexus - Medication Schedule
---
<link rel="stylesheet" href="/css/med-schedule.css"/>
<meta name="description" content="Medication Schedule Template"/>
</head>
<body>
<h1>Medication Schedule</h1>
<h2>Patient Name</h2>
<table class="schedule">
<tr>
<th>
<img src="img/morning-thumbnail.png" height="60" width="60">
<p>Morning/Breakfast</p>
</th>
<th>
<img src="img/afternoon-thumbnail.png" height="60" width="60">
<p>Afternoon/Lunch</p>
</th>
<th>
<img src="img/evening-thumbnail.png" height="60" width="60">
<p>Evening/Dinner</p>
</th>
<th>
<img src="img/night-thumbnail.png" height="60" width="60">
<p>Night/Bedtime</p>
</th>
</tr>
<tr>
<td><p><br/></p></td>
<td><p><br/></p></td>
<td><p><br/></p></td>
<td><p><br/></p></td>
</tr>
</table>