Skip to content
Merged
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
35 changes: 35 additions & 0 deletions dessert/mango_sticky_rice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<title>Mango Sticky Rice Recipe</title>
</head>

<body>
<a href="../index.html">Back to Home</a>

<h1>Mango Sticky Rice Recipe</h1>

<h3>Ingredients</h3>
<ul>
<li>1 cup glutinous (sticky) rice</li>
<li>1 cup coconut milk</li>
<li>1/4 cup sugar</li>
<li>1/4 teaspoon salt</li>
<li>1 ripe mango, sliced</li>
<li>1 tablespoon toasted sesame seeds (optional)</li>
</ul>

<h3>Instructions</h3>
<ol>
<li>Rinse the sticky rice until the water runs mostly clear, then soak it for 4 hours.</li>
<li>Steam the soaked rice for 20 to 25 minutes, until tender and glossy.</li>
<li>Warm coconut milk with sugar and salt in a small pan, stirring until dissolved.</li>
<li>Pour most of the coconut mixture over the hot rice and let it rest for 10 minutes so the rice absorbs the flavor.</li>
<li>Plate the sticky rice with sliced mango and drizzle the remaining coconut sauce on top.</li>
<li>Finish with toasted sesame seeds if you want extra texture.</li>
</ol>
</body>

</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h2 class="dropdown-toggle">Dessert</h2>
<li><a href="dessert/pandan_waffle.html">Pandan Waffle</a></li>
<li><a href = "dessert/banana_pudding.html">Banana Pudding</a></li>
<li><a href = "dessert/pizookie.html">Pizookie</a></li>
<li><a href="dessert/mango_sticky_rice.html">Mango Sticky Rice</a></li>
</ul>
</div>
</div>
Expand Down