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
36 changes: 36 additions & 0 deletions drink/iced_coffee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iced Coffee</title>
</head>
<body>
<h1> Simple Iced Coffee</h1>

<h2>Ingredients:</h2>
<ul>
<li>Strong brewed coffee</li>
<li>Milk</li>
<li>Sugar</li>
<li>Ice cubes</li>
</ul>
<h2>Instructions:</h2>
<ol>
<li>Brew a strong cup of coffee and let it cool.</li>
<li>Fill a glass with ice cubes.</li>
<li>Pour the cooled coffee over the ice.</li>
<li>Add milk and sugar to taste.</li>
<li>Stir well and enjoy your refreshing iced coffee!</li>
</ol>
<div>
<h2>Food Critic Review ^^</h2>
<p>
This simple and quick iced coffee recipe changed my life. I used to think mornings were
just sad, dark tunnels leading nowhere. Then I tried this recipe and
suddenly birds were singing, my plants stopped dying, and I got an A
on my exam. 10/10 would recommend to anyone with a pulse.
</p>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ <h2 class="dropdown-toggle">Drinks</h2>
<li><a href="drink/cinnamon_latte.html">Cinnamon Latte</a></li>
<li><a href="drink/strawberry_matcha.html">Strawberry Matcha</a></li>
<li><a href="drink/strawberry_boba.html">Strawberry Boba</a></li>
<li><a href="drink/iced_coffee.html">Iced Coffee</a></li>

</ul>
</div>
</div>
Expand Down
Empty file added my_recipe.html
Empty file.