28 lines
518 B
HTML
28 lines
518 B
HTML
Fudge Sauce
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Fudge Sauce</h1>
|
|
<p>You can add a little extra flour to this if you want a thicker sauce.</p>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>1 cup sugar</li>
|
|
<li>2/3 cup cocoa</li>
|
|
<li>3 tablespoons flour</li>
|
|
<li>1/4 teaspoon salt</li>
|
|
<li>1 1/2 cups milk</li>
|
|
<li>2 tablespoons Crisco oil</li>
|
|
<li>1 teaspoon vanilla</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Combine dry ingredients.</li>
|
|
<li>Gradually add milk over low heat.</li>
|
|
<li>Add oil and vanilla and cook until thickened.</li>
|
|
</ol>
|
|
|