Skip to content

Commit e4c4559

Browse files
Update index.html
1 parent c7199c5 commit e4c4559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project-2-recipe-book-app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Recipe Book App</h1>
1212
</header>
1313
<div class="container">
1414
<ul id="recipe-list" class="recipe-list">
15-
<li class="recipe-item">
15+
<!-- <li class="recipe-item">
1616
<img src="https://spoonacular.com/recipeImages/12345-312x231.jpg" alt="Recipe 1">
1717
<h2>Recipe 1</h2>
1818
<p>
@@ -35,7 +35,7 @@ <h2>Recipe 3</h2>
3535
<strong>Ingredients:</strong> Ingredient 1, Ingredient 2, Ingredient 3, Ingredient 4
3636
</p>
3737
<a href="#">View Recipe</a>
38-
</li>
38+
</li> -->
3939
</ul>
4040
</div>
4141
<script src="script.js"></script>

0 commit comments

Comments
 (0)