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
24 changes: 24 additions & 0 deletions dinner/vedansh_recipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Vedansh's Recipe</title>
</head>
<body>
<h1>Vedansh's Recipe</h1>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a back button to go back to the homepage

also can the pr descirption be a screenshot of the html in the browser, instead of vscode


<h2>Ingredients</h2>
<ul>
<li>Pasta</li>
<li>Tomato sauce</li>
<li>Cheese</li>
</ul>

<h2>Instructions</h2>
<ol>
<li>Boil the pasta.</li>
<li>Add sauce.</li>
<li>Add cheese.</li>
<li>Serve and enjoy.</li>
</ol>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,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/vedansh_recipe.html">Vedansh's Recipe</a></li>
</ul>
</div>
</div>
Expand Down