-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpie.html
124 lines (124 loc) · 4.25 KB
/
pie.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grandma's Lemon Meringue Pie</title>
<link rel="icon" type="image/png" href="images/pie_icon.gif"/>
<link href="recipe.css" rel="stylesheet"/>
</head>
<body>
<header><h1>Grandma's Lemon Meringue Pie</h1></header>
<img src="images/pie.jpg" alt="pie lemon meringue pie" width="249" height="265">
<p>
One 9-inch pie <br/>
30 Min - Prep time <br/>
10 Min - Cook time <br/>
40 Min - Total <br/>
8 Servings
</p>
<section>
<h2>INGREDIENTS</h2>
<ul>
<li>1 cup white sugar</li>
<li>2 <abbr title="tablespoons">tbsp</abbr> all-purpose flour</li>
<li>3 <abbr title="tablespoons">tbsp</abbr> cornstarch</li>
<li>1/4 <abbr title="teaspoon">tsp</abbr> salt</li>
<li>1 1/2 cups water</li>
<li>2 lemons, juiced and zested</li>
<li>2 <abbr title="tablespoons">tbsp</abbr> butter</li>
<li>4 egg yolks, beaten</li>
<li>1 (9 inch) pie crust, baked</li>
<li>4 egg whites</li>
<li>6 <abbr title="tablespoons">tbsp</abbr> white sugar</li>
</ul>
</section>
<section>
<h2>DIRECTIONS</h2>
<ol>
<li><strong>Preheat Oven</strong>: Preheat oven to 350 degrees F (175 degrees C).</li>
<li><strong>Make Lemon Filling</strong>: In a medium saucepan ...
<ul>
<li>Whisk together 1 cup sugar, flour, cornstarch, and salt.</li>
<li>Stir in water, lemon juice and lemon zest.</li>
<li>Cook over medium-high heat, stirring frequently, until mixture comes to a boil.</li>
<li>Stir in butter.</li>
<li>Place egg yolks in a small bowl and gradually whisk in 1/2 cup of hot sugar mixture.</li>
<li>Whisk egg yolk mixture back into remaining sugar mixture.</li>
<li>Bring to a boil and continue to cook while stirring constantly until thick.</li>
<li>Remove from heat.</li>
<li>Pour filling into baked pastry shell.</li>
</ul>
</li>
<li><strong>Make Meringue</strong>: In a large glass or metal bowl ...
<ul>
<li>Whip egg whites until foamy.</li>
<li>Add sugar gradually, and continue to whip until stiff peaks form.</li>
<li>Spread meringue over pie, sealing the edges at the crust.</li>
</ul>
</li>
<li><strong>Bake</strong>: Bake in preheated oven for 10 minutes, or until meringue is golden brown.</li>
</ol>
<p>
This is our favorite recipe here at Granny's Pies. It has been enjoyed by pie fans for many years. It's Granny's
favorite! We hope you'll find that this recipe is delicious and also easy to follow; it's a piece of
<del>cake</del>
pie!
</p>
</section>
<section>
<h2>USER COMMENTS</h2>
<blockquote>
<p>
This is a very fun recipe to follow, because Grandma makes it sweet and simple. This pie is thickened with
cornstarch and flour in addition to egg yolks, and contains no milk.
</p>
<p>
- Emilie S.
</p>
</blockquote>
<blockquote>
<p>
Q: What do you call an ape who loves pie?
A: A meringue-utan.
</p>
<p>
- Vickie K.
</p>
</blockquote>
<blockquote>
<p>
This site can really engage my interest. Follow the recipe above and <strong>make it so</strong>! This pie is
<strong>number one</strong>.
</p>
<p>
- Jean-Luc Piecard
</p>
</blockquote>
</section>
<footer>
<h2>LINKS</h2>
<div>
<a href="https://www.google.com/search?q=lemon+meringue+pie+recipe&start=10">Search for other lemon meringue pie
recipes</a>
<a href="/">Home</a>
</div>
<pre>
Copyright © 2012 Granny's Pies |
A Granny's Pies Production |
All rights reserved |
</pre>
<a href="/">Home</a>
<br/>
<script>
let encodedCurrentUrl = encodeURIComponent(window.location);
</script>
<a href="javascript:void(window.open('https://validator.w3.org/check?uri='+encodedCurrentUrl, '_blank'));">
<img src="w3c-html.png" alt="html validator" referrerpolicy="no-referrer-when-downgrade">
</a>
<a href="javascript:void(window.open('https://jigsaw.w3.org/css-validator/validator?uri='+encodedCurrentUrl, '_blank'));">
<img src="w3c-css.png" alt="css validator" referrerpolicy="no-referrer-when-downgrade" width="88" height="31">
</a>
</footer>
</body>
</html>