diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:43:56 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:43:56 -0800 |
commit | a12dd32bae637f2deea724134dc1777c07159b22 (patch) | |
tree | d5a8af20e8252a2d7f7ce79b22b550d9ac286f4f | |
parent | 6db6208fca8cfbe396f8ed0db729f8a922b989d3 (diff) |
Add Ingredients and Insturctions headers
-rw-r--r-- | recipes/cheesyCreamyRamen.html | 2 | ||||
-rw-r--r-- | recipes/pesto.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/cheesyCreamyRamen.html b/recipes/cheesyCreamyRamen.html index 43c91d5..01a4459 100644 --- a/recipes/cheesyCreamyRamen.html +++ b/recipes/cheesyCreamyRamen.html @@ -18,6 +18,7 @@ Folding cheese into the cooked noodles creates a cheese furnace Chili oil, scallions, and egg and different flavors and depth. </p> + <h3>Ingredients</h3> <ul> <li>Ramen noodles</li> <li>Ramen sauce pack</li> @@ -28,6 +29,7 @@ <li>Scallions</li> <li>Soft boiled egg</li> </ul> + <h3>Instructions</h3> <ol> <li>Boil noodles for a minute then drain</li> <li>Hunk of butter in a pan on medium</li> diff --git a/recipes/pesto.html b/recipes/pesto.html index ed0ced1..2000f0c 100644 --- a/recipes/pesto.html +++ b/recipes/pesto.html @@ -27,6 +27,7 @@ makes anything an instant tasty meal, whether you feel like cooking or not. </p> + <h3>Ingredients</h3> <ul> <li>½ cup toasted pine nuts</li> <li>2 tablespoons fresh lemon juice</li> @@ -38,6 +39,7 @@ pesto</li> <li>¼ cup freshly grated Parmesan cheese, optional</li> </ul> + <h3>Instructions</h3> <ol> <li>In a food processor, combine the pine nuts, lemon juice, garlic, salt, and pepper and pulse until well chopped. |