26 lines
484 B
HTML
26 lines
484 B
HTML
Pasta Salad
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Pasta Salad</h1>
|
|
<p>Widely recognized by the family as the BEST pasta salad!</p>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>1 box penne pasta</li>
|
|
<li>1 can diced tomatoes with garlic and basil</li>
|
|
<li>Sliced black olives</li>
|
|
<li>Feta cheese</li>
|
|
<li>Fresh basil and garlic</li>
|
|
<li>Olive oil</li>
|
|
<li>Chopped red and green peppers</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Cook pasta and add other ingredients to taste. Do not drain tomatoes.</li>
|
|
</ol>
|
|
|