Skip to content

Commit f7659d5

Browse files
authored
aliha's recipe was added - mushroom omelette (#375)
* aliha's recipe was added * Fix link to Mushroom Omelette in index.html * Add button to navigate back to homepage * Adding back items * updating recipes * Adding back item * add mushroom omelette to breakfast section
1 parent c107c17 commit f7659d5

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
9898
<li><a href="breakfast/protein_oatmeal.html">Protein Oatmeal</a></li>
9999
<li><a href="breakfast/hk_macaronisoup.html">Hong Kong Style Macaroni Soup</a></li>
100100
<li><a href="breakfast/pbj_sandwich.html">Peanut Butter Jelly Sandwich</a></li>
101+
<li><a href="breakfast/mushroomomelette.html">Mushroom Omelette</a></li>
101102
</ul>
102103
</div>
103104
</div>

mushroomomelette.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<h1> Mushroom Omelette </h1>
10+
<h2> Ingredients </h2>
11+
<ul>
12+
<li> 2 eggs </li>
13+
<li> 1/4 cup chopped mushrooms </li>
14+
<li> 1/4 cup shredded cheese (optional) </li>
15+
<li> Salt and pepper to taste </li>
16+
<li> 1 tablespoon butter or oil </li>
17+
</ul>
18+
<h2> Instructions </h2>
19+
<ol>
20+
<li> Crack the eggs into a bowl and whisk them until well beaten. Season with salt and pepper. </li>
21+
<li> Heat the butter or oil in a non-stick skillet over medium heat. Add the chopped mushrooms and sauté until they are tender and lightly browned, about 5 minutes. </li>
22+
<li> Pour the beaten eggs over the mushrooms in the skillet. Let it cook undisturbed for a minute or until the edges start to set. </li>
23+
<li> If using cheese, sprinkle it over one half of the omelette. </li>
24+
<li> Using a spatula, carefully fold the other half of the omelette over the cheese and mushrooms. Cook for another minute or until the cheese is melted and the eggs are fully cooked. </li>
25+
<li> Slide the omelette onto a plate and serve hot. Enjoy! </li>
26+
</ol>
27+
28+
<a href="../index.html">
29+
<button type="button"> Back to Homepage </button>
30+
</a>
31+
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)