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
40 changes: 40 additions & 0 deletions dessert/creme_brulee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creme Brulee</title>

</head>
<body>
<a href="../index.html"> Back to Home</a>
<h1 style="color: brown;">Crème Brûlée</h1>
<h2 style="color: green;">Ingredients</h2>
<ul>
<li>2 cups heavy cream</li>
<li>5 egg yolks</li>
<li>1/3 cup sugar</li>
<li>1 tsp vanilla extract</li>
<li>Extra sugar for topping</li>
</ul>
<h2 style="color: green;">Instructions</h2>
<ol>
<li>Preheat oven to 325°F (163°C)</li>
<li>Heat the heavy cream in a pot until hot (don't boil).</li>
<li>In a bowl, whisk egg yolks and sugar.</li>
<li>Slowly pour the hot cream into the egg mixture while whisking.</li>
<li>Stir in vanilla extract.</li>
<li>Pour into ramekins.</li>
<li>Place ramekins in a baking dish and fill the dish with hot water halfway up the ramekins.</li>
<li>Bake for 35–40 minutes until the center slightly jiggles.</li>
<li>Let cool, then refrigerate for at least 4 hours.</li>
<li>Sprinkle sugar on top and use a kitchen torch (or broiler) to melt it until golden and crispy.</li>
</ol>

<div>
<h2> Recipe Lore </h2>
<p>Creme Brulee dessert is known to be consumed by loyals to brighten up their mood. A highly prized dessert that the commoners have longed for in the past.</p>

</div>
</body>
</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ <h2 class="dropdown-toggle">Dessert</h2>
<li><a href="dessert/pandan_waffle.html">Pandan Waffle</a></li>
<li><a href="dessert/mango_sticky_rice.html">Mango Sticky Rice</a></li>
<li><a href="dessert/poor_mans_scallops.html">Poor Man's Scallops (Fried Banana)</a></li>
<li><a href="dessert/creme_brulee.html">Crème Brûlée</a></li>
</ul>
</div>
</div>
Expand All @@ -134,6 +135,7 @@ <h2 class="dropdown-toggle">Drinks</h2>
<li><a href="drink/cinnamon_latte.html">Cinnamon Latte</a></li>
<li><a href="drink/strawberry_matcha.html">Strawberry Matcha</a></li>
<li><a href="drink/strawberry_bananna_smoothie">Strawberry Banana Smoothie</a></li>

</ul>
</div>
</div>
Expand Down