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
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ <h1>Recipes that have a special place in my heart</h1>
<li>
<a href="recipe/pasta.html">One-Pot Pasta</a>
</li>
<li>
<a href="recipe/quesadillas.html">Quesadillas</a>
</li>
</ul>
</body>

Expand Down
40 changes: 40 additions & 0 deletions recipe/quesadillas.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<title>Quesadillas</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>Quesadillas</h1>
<h2>Ingredients:</h2>
<ul>
<li>1 tortilla</li>
<li>1 oz of cheese</li>
<li>1 tbsp of avocado oil</li>
<li>1/2 cup of salsa</li>
<li>1/2 cup of sour cream</li>
<li>1/2 cup of guacamole</li>
</ul>

<h2>Instructions:</h2>
<ol>
<li>Heat the oil in a pan over medium heat.</li>
<li>Add the tortilla to the pan and cook for 1 minute on each side.</li>
<li>Add the cheese to the tortilla and cook for 1 minute on each side.</li>
<li>Add the salsa, sour cream, and guacamole to the tortilla and cook for 1 minute on each side.</li>
<li>Fold the tortilla in half and enjoy!</li>
</ol>

<div>
<h2>Food Critic Reviews</h2>
<p>
<strong>John Doe</strong>
<br>
<em>This is a great review</em>
</p>

</div>
</body>