Skip to content

Commit acb971c

Browse files
Add Ramen recipe (#430)
* Add my recipe * Update tyler-ramen-recipe.html Co-authored-by: Tiffany Tran <167036717+tiffany-tran07@users.noreply.github.com> --------- Co-authored-by: Tiffany Tran <167036717+tiffany-tran07@users.noreply.github.com>
1 parent d8be03d commit acb971c

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
161161
<li><a href="dinner/fried_rice.html">Fried Rice</a></li>
162162
<li><a href="dinner/steak.html">Steak Dinner</a></li>
163163
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
164+
<li><a href="dinner/tyler-ramen-recipe.html">Ramen</a></li>
164165
<li><a href="dinner/karaage.html">Chicken Karaage</a></li>
165166
<li><a href="dinner/quesadilla.html">Chicken Quesadilla</a></li>
166167
<li><a href="dinner/cacio_e_pepe.html">Cacio e Pepe</a></li>

tyler-ramen-recipe.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title> Tyler's Ramen Recipe</title>
5+
</head>
6+
<body>
7+
<a href="../index.html">Home</a>
8+
<h1>Tyler's Ramen Recipe</h1>
9+
10+
<h2>Ingredients</h2>
11+
<ul>
12+
<li>Ramen Noodles</li>
13+
<li>Broth</li>
14+
<li>Eggs</li>
15+
</ul>
16+
17+
<h2>Instructions</h2>
18+
<ol>
19+
<li>Boil broth</li>
20+
<li>Cook noodles in broth</li>
21+
<li>Boil eggs as desired</li>
22+
<li>Place eggs in ramen</li>
23+
</ol>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)