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
35 changes: 35 additions & 0 deletions breakfast/scrambled_eggs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Scrambled Eggs</title>
</head>
<body>
<h1>Scrambled Eggs</h1>

<h2>Ingredients</h2>
<ul>
<li>2 eggs</li>
<li>1 tablespoon butter</li>
<li>Salt to taste</li>
<li>Pepper to taste</li>
</ul>

<h2>Instructions</h2>
<ol>
<li>Crack the eggs into a bowl and whisk them.</li>
<li>Melt the butter in a pan over medium heat.</li>
<li>Pour the eggs into the pan and stir gently.</li>
<li>Cook until the eggs are soft and fluffy.</li>
<li>Season with salt and pepper, then serve.</li>
</ol>

<div>
<h2>Food Critic Review</h2>
<p>
These scrambled eggs are fluffy, buttery, and easy to prepare.
Their simplicity makes them a perfect meal for busy students,
earning them a 9/10 from our food critic.
</p>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<li><a href="breakfast/hk_macaronisoup.html">Hong Kong Style Macaroni Soup</a></li>
<li><a href="breakfast/pbj_sandwich.html">Peanut Butter Jelly Sandwich</a></li>
<li><a href="breakfast/mushroomomelette.html">Mushroom Omelette</a></li>
<li><a href="breakfast/scrambled_eggs.html">Scrambled Eggs</a></li>
<li><a href="breakfast/chocolatechipwaffles.html">Chocolate Chip Waffles</a></li>
<li><a href="breakfast/avocado-toast-with-eggs.html">Avocado Toast with Eggs</a></li>
</ul>
Expand Down