From 0de9b67cff62e6ef8b6984c17d4e64eb84d1d796 Mon Sep 17 00:00:00 2001 From: yoselynn Date: Thu, 28 May 2026 14:26:45 -0700 Subject: [PATCH 1/2] add iced coffee recipe --- drink/iced_coffee.html | 27 +++++++++++++++++++++++++++ index.html | 2 ++ my_recipe.html | 0 3 files changed, 29 insertions(+) create mode 100644 drink/iced_coffee.html create mode 100644 my_recipe.html diff --git a/drink/iced_coffee.html b/drink/iced_coffee.html new file mode 100644 index 0000000..5308cdd --- /dev/null +++ b/drink/iced_coffee.html @@ -0,0 +1,27 @@ + + + + + + Iced Coffee + + +

Simple Iced Coffee

+ +

Ingredients:

+ +

Instructions:

+
    +
  1. Brew a strong cup of coffee and let it cool.
  2. +
  3. Fill a glass with ice cubes.
  4. +
  5. Pour the cooled coffee over the ice.
  6. +
  7. Add milk and sugar to taste.
  8. +
  9. Stir well and enjoy your refreshing iced coffee!
  10. +
+ + \ No newline at end of file diff --git a/index.html b/index.html index 72d5549..617ee60 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,8 @@
  • Cinnamon Latte
  • Strawberry Matcha
  • Strawberry Boba
  • +
  • Iced Coffee
  • + diff --git a/my_recipe.html b/my_recipe.html new file mode 100644 index 0000000..e69de29 From 62a50b5c322ff3ae735d9cfd02c25764b30a1752 Mon Sep 17 00:00:00 2001 From: yoselynn Date: Thu, 28 May 2026 15:20:13 -0700 Subject: [PATCH 2/2] add food critic to iced coffee recipe --- drink/iced_coffee.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drink/iced_coffee.html b/drink/iced_coffee.html index 5308cdd..1d7fe74 100644 --- a/drink/iced_coffee.html +++ b/drink/iced_coffee.html @@ -23,5 +23,14 @@

    Instructions:

  • Add milk and sugar to taste.
  • Stir well and enjoy your refreshing iced coffee!
  • +
    +

    Food Critic Review ^^

    +

    + 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. +

    +
    \ No newline at end of file