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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<li><a href="breakfast/avocado_toast.html">Avocado Toast</a></li>
<li><a href="breakfast/bagel.html">Breakfast Bagel</a></li>
<li><a href="breakfast/cereal.html">Cereal</a></li>

<li><a href="pb-rice-cakes.html">Peanut Butter Rice Cakes</a></li>
<li><a href="breakfast/frenchtoast.html">French Toast</a></li>
<li><a href="breakfast/oatmeal.html">Oatmeal</a></li>
<li><a href="breakfast/pancakes.html">Pancakes</a></li>
Expand Down
31 changes: 31 additions & 0 deletions pb-rice-cakes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<a href="index.html">home</a>
<head>
<title>Peanut Butter Rice Cakes</title>
</head>
<body>
<h1>Peanut Butter Rice Cakes</h1>
<h2>Ingredients</h2>
<ul>
<li>Rice cakes of your liking</li>
<li>Peanut Butter</li>
<li>Honey if you want</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Grab some rice cakes.</li>
<li>Set them on a plate.</li>
<li>Spread the peanut butter across the surface.</li>
<li>Drizzle honey overtop of the peanut butter.</li>
</ol>
<div>
<h2>Food Critic Review</h2>
<p>
These peanut butter rice cakes with honey deliver
a satisfying balance of crunch, creaminess, and sweetness. The peanut butter brings the muscle (protein),
the honey brings the elegance, and the rice cake is the foundation that holds everything together. It is like the ultimate snack of engineering.
</p>
</div>
</body>
</html>