Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions american/turkeysandwich.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Turkey Sandwich</title>
<style>

</style>
</head>
<body>
<a href="../index.html">Home</a>
<h1>Turkey Sandwich Recipe</h1>
<h2>Ingredients</h2>
<ul>
<li>2 slices bread</li>
<li>3 slices turkey breast</li>
<li>1 slice cheese</li>
<li>1 tablespoon pesto</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Toast the bread slices until golden brown.</li>
<li>Spread pesto on one slice of bread.</li>
<li>Place turkey slices and cheese between the slices of bread.</li>
<li>Cut the sandwich in half and serve.</li>
</ol>
</body>
</html>
50 changes: 0 additions & 50 deletions dessert/yummyflan.html

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h2 class="dropdown-toggle">American Comfort</h2>
<li><a href="american/pa1393_new_york_steak.html">New York Steak</a></li>
<li><a href="american/grilled_cheese_sandwich.html">Grilled Cheese Sandwich</a></li>
<li><a href="american/mashedpotatoes.html">Mashed Potatoes</a></li>
<li><a href="american/turkeysandwich.html">Turkey Sandwich</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -112,7 +113,6 @@ <h2 class="dropdown-toggle">Dessert</h2>
<li><a href="dessert/tarte_tatin.html">Tarte Tatin</a></li>
<li><a href="dessert/chocolate_chip_cookies.html">Chocolate Chip Cookies</a></li>
<li><a href="dessert/tiramisu.html">100% Success Rate Tiramisu</a></li>
<li><a href="dessert/yummyflan.html">Yummy Flan</a></li>
<li><a href="dessert/cheesecakebrownies.html">Cheesecake Brownies</a></li>
<li><a href="dessert/bananabread.html">Banana Bread</a></li>
<li><a href="dessert/pandan_waffle.html">Pandan Waffle</a></li>
Expand Down