forked from jonnygovish/cookie-recipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookie-recipe.html
45 lines (45 loc) · 1.39 KB
/
cookie-recipe.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
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Best Chocolate Chip Cookies</title>
</head>
<body>
<h1>Best Chocolate Chip Cookies</h1>
<img src="http://lorempixel.com/400/200/" alt="An image of a cookie" />
<p>
This recipe is from my dad and they are a favorite among friends and
family. The secret ingredient is the coconut! <em>Be warned</em>, these
will fly off of the plate!
</p>
<h3>History of cookies</h3>
<p>Most people don't know the complicated past of the cookie.</p>
<h2>Ingredients</h2>
<ul>
<li>Butter</li>
<li>White sugar</li>
<li>Brown sugar</li>
<li>Eggs</li>
<li>Vanilla</li>
<li>Flour</li>
<li>Baking soda</li>
<li>Salt</li>
<li>Chocolate chips</li>
<li>Oatmeal</li>
<li>Coconut</li>
</ul>
<h2>Directions</h2>
<ol>
<li>Preheat the oven to 325.</li>
<li>Beat the butter, sugar, eggs and vanilla together until creamy.</li>
<li>Mix together the flour, baking soda and salt in a separate bowl.</li>
<li>Add flour mixture to butter mixture slowly.</li>
<li>Stir in chocolate chips, oatmeal and coconut.</li>
<li>Bake for <strong>10 minutes</strong> or until golden brown.</li>
</ol>
<p>
<a href="http://allrecipes.com">Click here</a> to check out my other great
recipes.
</p>
</body>
</html>