Untitled
4 hours ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frozen Blueberry Greek Yogurt Bites</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: "βœ… ";
}
ol {
padding-left: 20px;
}
section {
margin-bottom: 30px;
}
.macros {
background: #f8f1ec;
padding: 10px 15px;
border-radius: 8px;
font-weight: bold;
}
.note {
background: #fff2e9;
padding: 10px 15px;
border-radius: 8px;
margin-top: 20px;
}
</style>
</head>
<body>
<h1>Frozen Blueberry Greek Yogurt Bites 🍫🫐</h1>
<section>
<p>Easy, cold, and chocolatey β€” a perfect high-protein snack when the sweet cravings hit. About <strong>100 calories each</strong>, depending on your ingredients.</p>
</section>
<section>
<h2>🍫 Ingredients</h2>
<ul>
<li><strong>Option 1:</strong> ~ΒΎ cup 100% cacao unsweetened dark chocolate chips (zero sugar, not very sweet)</li>
<li><strong>Option 2:</strong> Lily’s dark chocolate no-sugar-added baking chips (sweeter, contains erythritol)</li>
<li>1 cup vanilla Greek yogurt</li>
<li>6 oz (β‰ˆ170g) blueberries</li>
</ul>
</section>
<section>
<h2>πŸ₯£ Instructions</h2>
<ol>
<li>Combine blueberries and Greek yogurt in a bowl.</li>
<li>Spoon the mixture onto parchment paper, flattening slightly.</li>
<li>Freeze for at least 2 hours.</li>
<li>Melt chocolate chips in a microwave-safe bowl in 30-second intervals, stirring each time.</li>
<li>Dip the frozen yogurt-blueberry bites into the melted chocolate, flip, and place back on parchment paper. Move quickly before the chocolate sets.</li>
<li>Freeze or refrigerate. For longer storage, keep in the freezer and thaw a few minutes before eating.</li>
</ol>
</section>
<section class="note">
<p>πŸ’‘ Optional: Add a bit of sweetener if you prefer less bitter chocolate. Calories may vary depending on the chocolate and yogurt you use.</p>
</section>
</body>
</html>