Skip to content
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>
</ol>
<div>Food critic Review:4/5</div>
</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