-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfido.html
More file actions
31 lines (22 loc) · 1.28 KB
/
fido.html
File metadata and controls
31 lines (22 loc) · 1.28 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="css/new-styles.css" rel="stylesheet" type="text/css" media="all">
<title>How to take care of Fido</title>
</head>
<body>
<h1>Instructions for Fido's babysitter</h1>
<p>Thanks so much for watching Fido this weekend! Here's everything you need to know while I'm gone.</p>
<p>Here's a bit of history about Fido. Lorem ipsum dolar sit amet, consectetur adipisicing elit, sed do aiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="important">Fido is allergic to a lot of foods. Lorem ipsum dolar sit amet, consectetur adipisicing elit, sed do aiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Fido likes to play. Lorem ipsum dolar sit amet, consectetur adipisicing elit, sed do aiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Here are a list of things that you should do with Fido every day:</p>
<ul class="important">
<li>Walk him</li>
<li>Feed him</li>
<li>Pet him</li>
</ul>
<p>If you have any questions while I'm ou tof town, I <strong class="important">won't have cell service</strong>, but you can <a href="mailto:michael@epicodus.com" class="important">email me</a> if you need anything.</p>
<p>Thanks again!</p>
</body>
</html>