Skip to content
Merged
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
32 changes: 32 additions & 0 deletions dinner/quesadilla.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>Chicken Quesadilla</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>Chicken Quesadilla</h1>
<h2>items</h2>
<ul>
<li>tortillas</li>
<li>chicken</li>
<li>cheese</li>
<li>jalapeno peppers</li>
</ul>

<h2>steps</h2>
<ul>
<li>shred the cooked chicken</li>
<li>place cheese, chicken, and jalapenos on a tortilla</li>
<li>fold the tortilla in half</li>
<li>toast in a pan until the cheese is melted</li>
<li>cut into slices and serve</li>
</ul>

<h1>food critic</h1>
<div>
needs a bit more melted cheese on the edges
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
<li><a href="dinner/karaage.html">Chicken Karaage</a></li>
<li><a href="dinner/quesadilla.html">Chicken Quesadilla</a></li>
<li><a href="dinner/cacio_e_pepe.html">Cacio e Pepe</a></li>
<li><a href="dinner/texasbbq.html">Texas BBQ</a></li>
</ul>
Expand Down