Skip to content
Closed
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
31 changes: 31 additions & 0 deletions breakfast/tomato_egg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Tomato Egg</title>
</head>
<body>
<a href="../index.html">home</a>
<h1>Tomato Egg</h1>
<h2>Ingredients</h2>
<ul>
<li>2 eggs</li>
<li>1 tbsp soy sauce</li>
<li>1 tsp fish sauce</li>
<li>1 tomato</li>
</ul>
<h2>Steps</h2>
<ol>
<li>Roughly chop the tomato</li>
<li>Add tomato,soy sauce, and fish sauce to pan on medium heat</li>
<li>Cook till tender</li>
<li>
Move the tomatoes to one side of the pan, and add srambled egg to the
other size
</li>
<li>Cook the egg until mostly done and then mix with tomatoes</li>
<li>Finish cooking it</li>
<li>Serve over rice!</li>
<div>Food critic review:4.5/5</div>
</ol>
</body>
</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<li><a href="breakfast/pancakes.html">Pancakes</a></li>
<li><a href="breakfast/simpleomlette.html">Simple Omlette</a></li>
<li><a href="breakfast/waffle.html">Protein Waffles</a></li>
<li><a href="breakfast/tomato_egg.html">Tomato Egg</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -156,6 +157,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<div class="dropdown-content">
<ul>
<li><a href="dinner/instant_ramen.html">Instant Ramen</a></li>
<li><a href="dinner/orange_chicken.html">Orange Chicken</a></li>
</ul>
</div>
</div>
Expand Down