Browse Source

Add beef stroganoff recipe.

DarkMorford 7 years ago
parent
commit
8aa66f7ea7
1 changed files with 41 additions and 0 deletions
  1. 41 0
      content/EPUB/main_dishes/beef_stroganoff.xhtml

+ 41 - 0
content/EPUB/main_dishes/beef_stroganoff.xhtml

@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
+<head>
+    <title>Beef Stroganoff Recipe</title>
+    <meta charset="utf-8" />
+</head>
+<body>
+    <article>
+        <h1>Beef Stroganoff</h1>
+        <section id="information">
+            <h2>Information</h2>
+            <p>Recipe by Kathy VerDouw and Janeen Dosch.
+               Transcribed by Shawn Morford.</p>
+        </section>
+        <section id="ingredients">
+            <h2>Ingredients</h2>
+            <ul>
+                <li>1 lb. round steak, cut into cubes</li>
+                <li><sup>1</sup>&#8260;<sub>2</sub> c. onion, diced</li>
+                <li>2 Tbsp. butter or margarine</li>
+                <li>1 can (10.5 oz.) Golden Mushroom soup</li>
+                <li><sup>1</sup>&#8260;<sub>2</sub> c. sour cream</li>
+                <li><sup>1</sup>&#8260;<sub>3</sub> c. water</li>
+            </ul>
+        </section>
+        <section id="procedure">
+            <h2>Procedure</h2>
+            <ol>
+                <li>In large skillet, sautee onion in butter.</li>
+                <li>Add cubed steak, cover, and braise until tender
+                    (approx. 1 <sup>1</sup>&#8260;<sub>2</sub> hours),
+                    adding water as needed.</li>
+                <li>Stir in soup, sour cream, and water.</li>
+                <li>Simmer 30 minutes, stirring occasionally.</li>
+                <li>Serve over egg noodles or rice.</li>
+            </ol>
+        </section>
+    </article>
+</body>
+</html>