Skip to content

Commit

Permalink
Update spaghetti recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoore3554 committed Jul 1, 2024
1 parent 8306fe7 commit 21e0809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added img/more-spaghetti.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Recipe Website</title>
<title>My Recipe Website</title>
</head>
<body>
<h1>Odin Recipes</h1>
Expand Down
3 changes: 2 additions & 1 deletion recipes/spaghetti.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Ingredients</h2>
<li><strong>1 package</strong> spaghetti</li>
<li><strong>1 lb.</strong> ground beef</li>
<li><strong>1 jar</strong> spaghetti sauce</li>
<li><strong>1</strong> onion</li>
<li><strong>1</strong> onion, chopped</li>
</ul>
<h2>Steps</h2>
<ol>
Expand All @@ -25,5 +25,6 @@ <h2>Steps</h2>
<li>Stir in chopped onion</li>
<li>Combine and enjoy</li>
</ol>
<img src="../img/more-spaghetti.webp">
</body>
</html>

0 comments on commit 21e0809

Please sign in to comment.