Skip to content

Commit

Permalink
Merge pull request #1 from jimmy2jk/feature-1
Browse files Browse the repository at this point in the history
Added new item in menu
  • Loading branch information
jimmy2jk authored Feb 7, 2024
2 parents dbe1e6f + 0c6444c commit b047571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ <h2>Desserts</h2>
<article class="item">
<p class="dessert">Cinnamon Roll</p><p class="price">2.50</p>
</article>
<article class="item">
<p class="dessert">Croissant</p><p class="price">3.90</p>
</article>
</section>
</main>
<hr class="bottom-line">
Expand Down

0 comments on commit b047571

Please sign in to comment.