27 lines
567 B
HTML
27 lines
567 B
HTML
Cake Mix Cookies
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Cake Mix Cookies</h1>
|
|
<p>These are so easy and they are always a hit!</p>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>1 white or yellow cake mix</li>
|
|
<li>1/4 cup sugar</li>
|
|
<li>2/3 cup oil</li>
|
|
<li>1 egg</li>
|
|
<li>1/2 cup chopped nuts (optional)</li>
|
|
<li>1 cup semisweet chocolate chips</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Mix sugar, egg, and oil into cake mix. Stir in nuts and chips.</li>
|
|
<li>Roll into balls onto ungreased sheet and bake about 10 minutes until golden.</li>
|
|
</ol>
|
|
<p>This makes 1-2 dozen, depending on size.</p>
|
|
|