<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frozen Reese’s Bars</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #fffaf6;
color: #222;
line-height: 1.6;
max-width: 700px;
margin: 40px auto;
padding: 20px;
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
h1 {
color: #e5533d;
text-align: center;
}
h2 {
margin-top: 30px;
color: #444;
}
ul {
list-style: none;
padding: 0;
}
ul li::before {
content: "✅ ";
}
section {
margin-bottom: 30px;
}
.macros {
background: #f8f1ec;
padding: 10px 15px;
border-radius: 8px;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Frozen Reese’s Bars 🍫🥜🥛</h1>
<section>
<p>3 ingredients. 18g of protein per bar. Frozen, sweet, and stupidly easy — nothing better.</p>
<p>Original creator: <strong>@healthyu_dietitian</strong></p>
</section>
<section class="macros">
<p>🍽️ Makes 6 servings<br>
<strong>Per serving:</strong> ~18g protein (calories depend on peanut butter and yogurt used)</p>
</section>
<section>
<h2>🥣 Ingredients</h2>
<ul>
<li>1½ cups Greek yogurt (vanilla or plain)</li>
<li>¾ cup natural peanut butter (or PB powder for fewer calories)</li>
<li>1 cup melted chocolate (add ½ tsp coconut oil if melting)</li>
</ul>
</section>
<section>
<h2>❄️ Method</h2>
<ol>
<li>In a bowl, mix together Greek yogurt and peanut butter until smooth.</li>
<li>Spread the mixture evenly in a tray or container.</li>
<li>Melt chocolate (with a little coconut oil if needed) and pour it on top.</li>
<li>Freeze until solid — at least 2 hours.</li>
<li>Slice into 6 bars and enjoy whenever the sweet cravings hit.</li>
</ol>
</section>
<section>
<p>Tip: Store in the freezer and let thaw a few minutes before eating for that perfect creamy crunch.</p>
</section>
</body>
</html>