-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
27 lines (21 loc) · 895 Bytes
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="template.css">
<title>Ode to Chocolate</title>
</head>
<body>
<h1>An Ode to Chocolate</h1>
<h2>A Chocolatey Reflection</h2>
<p>I love chocolate soooooo much. If I could, I would eat chocolate every single day, every single hour, every single second. I am so obsessed about chocolate that I dream about it every single night. People tell me I have a problem. But I say: "How can chocolate be a problem? Chocolate IS the ANSWER."</p>
<img src="http://stogiepress.com/blog/wp-content/uploads/2014/12/Chocolate-truffles.jpg" alt="chocolates">
<h2>Favorite Chocolates</h2>
<ul>
<li class="almond">Almond Joy</li>
<li class="butterfinger">Butterfinger</li>
<li class="ferrero">Ferrero Rocher</li>
<li class="all">But I also love all kinds.</li>
</ul>
</body>
</html>