Untitled
2 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">
<title>High-Protein Cottage Cheese Wrap Edition — Flavourish</title>
<meta name="description" content="High-protein cottage cheese wrap baked to perfection and stuffed with egg whites, turkey bacon, and low-fat cheese.">
<style>
:root { --bg:#fbfbfb; --card:#fff; --accent:#ff6b35; --muted:#6b7280; --max:700px; }
html,body { height:100%; margin:0; font-family:Inter, system-ui, sans-serif; color:#111; background:var(--bg); }
.wrap { display:flex; justify-content:center; padding:28px; }
.card { width:100%; max-width:var(--max); background:var(--card); border-radius:14px; box-shadow:0 8px 30px rgba(16,24,40,.08); padding:22px; }
h1 { font-size:22px; margin-bottom:8px; }
.meta { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px; }
.pill { font-size:12px; background:#f3f4f6; padding:6px 8px; border-radius:999px; color:var(--muted); }
ul { margin:8px 0 0 18px; padding:0; }
li { margin:6px 0; }
.instructions { background:#f9fafb; padding:12px; border-radius:8px; }
.footer { margin-top:16px; font-size:13px; color:var(--muted); display:flex; justify-content:space-between; align-items:center; }
a.source { color:var(--accent); text-decoration:none; }
</style>
</head>
<body>
<div class="wrap">
<article class="card">
<h1>High-Protein Cottage Cheese Wrap Edition</h1>
<div class="meta">
<div class="pill">High Protein</div>
<div class="pill">Low Fat</div>
<div class="pill">Meal Prep</div>
<div class="pill">Baked</div>
</div>
<section>
<strong>Ingredients</strong>
<ul>
<li><strong>Wrap base:</strong></li>
<li>225g cottage cheese (1% fat)</li>
<li>2 whole eggs</li>
<li>Seasonings of choice (e.g. garlic powder & salt)</li>
<li>Bake at 350°F (175°C) for around 30 minutes until golden brown</li>
<br>
<li><strong>Filling:</strong></li>
<li>200ml egg whites</li>
<li>50g turkey bacon</li>
<li>10ml Canadian maple syrup</li>
<li>20g low-fat mozzarella cheese</li>
</ul>
</section>
<section>
<strong>Instructions</strong>
<div class="instructions">
<ol>
<li>Preheat oven to 350°F (175°C).</li>
<li>Blend cottage cheese, eggs, and seasonings until smooth.</li>
<li>Pour onto a lined baking tray and bake for about 30 minutes, until golden brown.</li>
<li>Cook your filling ingredients (egg whites, turkey bacon, etc.).</li>
<li>Stuff the wrap with filling, drizzle maple syrup, and sprinkle mozzarella.</li>
<li>Roll it up and enjoy golden, fluffy perfection.</li>
</ol>
</div>
</section>
<section>
<strong>Macros</strong>
<p><strong>Wrap only:</strong> 328 cals | Protein: 40g | Carbs: 10g | Fat: 13g</p>
<p><strong>Full version:</strong> 550 cals | Protein: 70g | Carbs: 22g | Fat: 20g</p>
</section>
<footer class="footer">
<span>Flavourish Recipe</span>
<span>“Would wrap again 🤝”</span>
</footer>
</article>
</div>
</body>
</html>