-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheating.html
23 lines (20 loc) · 860 Bytes
/
eating.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<header>
<title>Not Eating Well</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.css">
<link rel="stylesheet" type="text/css" href="MainPage.css">
</header>
<body>
<div class = "block-long">Nutrition</div>
<a href="http://studentaffairs.duke.edu/studenthealth/nutrition/"><div class = "thrd-block-show">Duke Nutritionist Site</div></a>
<div class = "thrd-block">Click to Make an Appointment with a Nutrition Specialist</div>
<a href="http://studentaffairs.duke.edu/caps"><div class = "thrd-block-show">CAPS</div></a>
<div class = "thrd-block-show">???</div>
<div class = "foot">
<h3>Contact Information</h3>
<p>Email: [email protected] | Phone Number: 919-613-1218</p>
</div>
<footer></footer>
</body>
</html>