|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <title>Apple Pie Recipe</title> |
| 5 | + <link rel="stylesheet" href="css/main.css"> |
5 | 6 | </head> |
6 | 7 | <body> |
7 | | -Apple Pies |
8 | | -This was my grandmother's apple pie recipe. I have never seen another one |
9 | | -quite like it. It will always be my favorite and has won me several first place |
10 | | -prizes in local competitions. I hope it becomes one of your favorites as well! |
11 | 8 |
|
12 | | -Ingredients |
13 | | -1 recipe pastry for a 9 inch double crust pie |
14 | | -1/2 cup unsalted butter |
15 | | -3 tablespoons all-purpose flour |
16 | | -1/4 cup water |
17 | | -3 tablespoons all-purpose flour |
18 | | -1/4 cup water |
19 | | -1/2 cup white sugar |
20 | | -1/2 cup packed brown sugar |
21 | | -8 Granny Smith apples - peeled, cored and sliced |
| 9 | + <h1>Apple Pies</h1> |
| 10 | + <p>This was my grandmother's apple pie recipe. I have never seen another one |
| 11 | + quite like it. It will always be my favorite and has won me several first place |
| 12 | + prizes in local competitions. I hope it becomes one of your favorites as well!</p> |
22 | 13 |
|
23 | | -Directions |
24 | | -Preheat oven to 425 degrees F (220 degrees C). Melt the butter in a saucepan. Stir in |
25 | | -flour to form a paste. Add water, white sugar and brown sugar, and bring to a boil. Reduce |
26 | | -temperature and let simmer. |
| 14 | + <hr> |
27 | 15 |
|
28 | | -Place the bottom crust in your pan. Fill with apples, mounded slightly. Cover with a |
29 | | -lattice work crust. Gently pour the sugar and butter liquid over the crust. Pour slowly so |
30 | | -that it does not run off. |
| 16 | + <h2>Ingredients</h2> |
| 17 | + <ul class="dashed"> |
| 18 | + <li> 1 recipe pastry for a 9 inch double crust pie</li> |
| 19 | + <li> 1/2 cup unsalted butter</li> |
| 20 | + <li> 3 tablespoons all-purpose flour</li> |
| 21 | + <li> 1/4 cup water</li> |
| 22 | + <li> 3 tablespoons all-purpose flour</li> |
| 23 | + <li> 1/4 cup water</li> |
| 24 | + <li> 1/2 cup white sugar</li> |
| 25 | + <li> 1/2 cup packed brown sugar</li> |
| 26 | + <li> 8 Granny Smith apples - peeled, cored and sliced</li> |
| 27 | + </ul> |
31 | 28 |
|
32 | | -Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175 |
33 | | -degrees C). Continue baking for 35 to 45 minutes, until apples are soft. |
| 29 | + <hr> |
| 30 | + |
| 31 | + <h2>Directions</h2> |
| 32 | + <ol> |
| 33 | + <li>Preheat oven to 425 degrees F (220 degrees C). Melt the butter in a saucepan. Stir in |
| 34 | + flour to form a paste. Add water, white sugar and brown sugar, and bring to a boil. Reduce |
| 35 | + temperature and let simmer.</li> |
| 36 | + <li>Place the bottom crust in your pan. Fill with apples, mounded slightly. Cover with a |
| 37 | + lattice work crust. Gently pour the sugar and butter liquid over the crust. Pour slowly so |
| 38 | + that it does not run off.</li> |
| 39 | + <li>Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175 |
| 40 | + degrees C). Continue baking for 35 to 45 minutes, until apples are soft.</li> |
| 41 | + </ol> |
34 | 42 | </body> |
35 | 43 | </html> |
0 commit comments