Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<li><a href="dinner/steak.html">Steak Dinner</a></li>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
<li><a href="dinner/tyler-ramen-recipe.html">Ramen</a></li>
</ul>
</div>
</div>
Expand Down
24 changes: 24 additions & 0 deletions tyler-ramen-recipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title> Tyler's Ramen Recipe</title>
</head>
<body>
Comment thread
tylerhwang333-glitch marked this conversation as resolved.
<h1>Tyler's Ramen Recipe</h1>

<h2>Ingredients</h2>
<ul>
<li>Ramen Noodles</li>
<li>Broth</li>
<li>Eggs</li>
</ul>

<h2>Instructions</h2>
<ol>
<li>Boil broth</li>
<li>Cook noodles in broth</li>
<li>Boil eggs as desired</li>
<li>Place eggs in ramen</li>
</ol>
</body>
</html>