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
46 changes: 0 additions & 46 deletions drink/lemonade.html

This file was deleted.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ <h2 class="dropdown-toggle">Drinks</h2>
<div class="dropdown-content">
<ul>
<li><a href="drink/hydratedwater.html">Hydrated Water</a></li>
<li><a href="drink/smoothie.html">Berry Smoothie</a></li>
<li><a href="drink/lemonade.html">Lemonade</a></li>
Comment on lines +128 to 129
Copy link
Copy Markdown
Contributor

@evanugarte evanugarte Jun 1, 2026

Choose a reason for hiding this comment

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

shouldnt it be this

Suggested change
<li><a href="drink/smoothie.html">Berry Smoothie</a></li>
<li><a href="drink/lemonade.html">Lemonade</a></li>

<li><a href="drink/khoa_strawberry_yogurt.html">Khoa's Strawberry Yogurt Drink</a></li>
<li><a href="drink/breakfast_smoothie.html">Breakfast Smoothie</a></li>
Expand Down