Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Apple Bavarian Torte
  5.     Author: Fady Hanna
  6.     Date: 17/09/2014 -->
  7. <meta charset = "ISO-8859-1" />
  8. <script src="modernizr-1.5.js" Type ="text/javascript"></script>
  9. <link rel="stylesheet" href="dessertstyles.css" type="text/css"/>
  10. <title>Apple Bavarian Torte Recipe</title>
  11. </head>
  12. <body>
  13. <header>
  14. <h1><img src ="dessertweb.jpg" alt ="dessertWEB"/></h1>
  15. </header>
  16. <section>
  17. <h1>Apple Bavarian Torte (&#9733; &#9733; &#9733; &#9733;)</h1>
  18. <img src ="torte.jpg" alt ="Torte image" width ="250"/>
  19.  
  20. <p>A classic European torte baked in a springform pan. Cream cheese, sliced almonds, and apples
  21. make this the perfect holiday treat (12 servings).</p>
  22.  
  23. <h2>INGREDIENTS</h2>
  24. <ul>
  25.    <li>&#189; cup butter</li>
  26.    <li>&#8531; cup white sugar</li>
  27.    <li>&#188; teaspoon vanilla extract </li>
  28.    <li>1 cup all-purpose flour </li>
  29.    <li>1 (8 ounce) package cream cheese</li>
  30.    <li>1/4 cup white sugar </li>
  31.    <li>1 egg </li>
  32.    <li>&#189; teaspoon vanilla extract</li>
  33.    <li>6 apples - peeled, cored, and sliced</li>
  34.    <li>&#8531; cup white sugar </li>
  35.    <li>&#189; teaspoon ground cinnamon</li>
  36.    <li>&#188; cup sliced almonds</li>
  37. </ul>
  38.  
  39. <h2>DIRECTIONS</h2>
  40. <ol>
  41.     <li>Preheat oven to 450 &deg; F (230 &deg; C).</li>
  42.  
  43.     <li>Cream together butter, sugar, vanilla, and flour.</li>
  44.  
  45.     <li>Press crust mixture into the flat bottom of a 9-inch springform pan. Set aside.</li>
  46.  
  47.     <li>In a medium bowl, blend cream cheese and sugar. Beat in egg and vanilla. Pour
  48.    cheese mixture over crust.</li>
  49.  
  50.     <li>Toss apples with sugar and cinnamon. Spread apple mixture over all.</li>
  51.  
  52.     <li>Bake for 10 minutes. Reduce heat to 400 &deg; F (200 &deg; C) and continue
  53.    baking for 25 minutes.</li>
  54.  
  55.     <li>Sprinkle almonds over top of torte. Continue baking until lightly browned.
  56.    Cool before removing from pan.</li>
  57.    </ol>
  58. </section>
  59. <aside>
  60. <h1>REVIEWS</h1>
  61.  
  62.    &#9733; &#9733; &#9733; &#9733;
  63.    <p>I loved the buttery taste of the crust which complements the apples very nicely.
  64.    
  65.    Reviewed on Sep. 22, 2014 by MMASON.</p>
  66.  
  67.    &#9733; &#9733;        
  68.    <p>Nothing special. I like the crust, but there was a little too much of it for my taste,
  69.    and I liked the filling but there was too little of it. I thought the
  70.    crunchy apples combined with the sliced almonds detracted from the overall flavor.
  71.    
  72.    Reviewed on Sep. 1, 2014 by GLENDACHEF.</p>  
  73.  
  74.    &#9733; &#9733; &#9733; &#9733; &#9733;    
  75.    <p>Delicious!! I recommend microwaving the apples for 3 minutes before baking,
  76.    to soften them. Great dessert - I'll be making it again for the holidays.
  77.  
  78.    Reviewed on August 28, 2014 by BBABS.</p>
  79.    </aside>
  80.    </body>
  81.    </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement