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
33 changes: 33 additions & 0 deletions breakfast/hk_macaronisoup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Hong Kong Style Macaroni Soup</title>
</head>

<body>
<a href="../index.html">Home</a>
<h1>Hong Kong Style Macaroni Soup</h1>
<p>Clean and simple breakfast to get your day started</p>

<h2>Ingredients:</h2>
<ul>
<li>Macaroni</li>
<li>1-2 slices of ham</li>
<li>Chicken broth or water with chicken bouillon</li>
<li>Salt</li>
</ul>
<h2>Instructions:</h2>
<ul>
<li>Boil macaroni until soft</li>
<li>Heat broth separately</li>
<li>Add ham into broth for about a minute</li>
<li>Add macaroni in</li>
<li>Season with salt if needed</li>
</ul>

<div>
<h2>Food Critic Review</h2>
<i>"Warm, tasty, and soothing. The warmth of the soup reminds me of a warm embrace."</i>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<li><a href="breakfast/simpleomlette.html">Simple Omlette</a></li>
<li><a href="breakfast/muffin.html">Muffin</a></li>
<li><a href="breakfast/protein_oatmeal.html">Protein Oatmeal</a></li>

<li><a href="breakfast/hk_macaronisoup.html">Hong Kong Style Macaroni Soup</a></li>
</ul>
</div>
</div>
Expand Down