forked from rocketacademy/recipe-site-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmomo.html
50 lines (42 loc) · 2.01 KB
/
momo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang = "en">
<head>
<title>Momos</title>
<style>
.responsive {
width: 100%;
max-width: 300px;
height: auto;
}
</style>
</head>
<body>
<h2>Momo recipe - 100% authentic (not)</h1>
<div>
<img src="momos.jpeg" class="responsive">
</div>
<div> <b>Preparation Time</b></div>
<div><b>Ingredients that you need:</b>
<ul>
<li> 4 cups all-purpose flour </li>
<li> 2 1/2 pounds ground chicken thighs</li>
<li> 1 cup chopped fresh cilantro </li>
<li> 1 cup chopped onions</li>
<li> 4 tablespoons minced garlic</li>
<li> 4 tablespoons minced peeled ginger</li>
<li> 2 tablespoons ground cumin</li>
<li> 1 teaspoon ground cinnamon</li>
</ul>
<div>
<b> Directions:</b>
<ol>
<li>Mix together the flour and 1 1/2 cups room temperature water in a bowl. Knead the dough well until it is medium-firm and flexible. Cover and let rest for 1 hour.</li>
<li>Meanwhile, mix together the chicken, cilantro, onions, garlic, ginger, cumin, cinnamon, 2 tablespoons salt and 1/2 teaspoon pepper in a bowl.</li>
<li>To make the wrappers: Break off 1/2 ounce of dough and forming it into a ball. Place the ball on a flat surface and roll it into a 4-inch round with a rolling pin. Repeat with the remaining dough.</li>
<li>Place a tablespoon of the chicken filling in the middle of a wrapper. Holding the wrapper in your left hand. Use your right thumb and index finger to start pinching the edges of the wrapper together. Pinch and fold until the edges of the circle close up like a little satchel. Place the momo in the prepared steamer pan. Repeat with remaining wrappers and filling.</li>
<li>Fill the steamer pot halfway with water and bring to a boil. Set the steamer pan with the momos on top of the pot and cover with a tight lid. Steam the momos until cooked, 8 to 9 minutes.</li>
</ol>
</div>
<div> <a href="./region1.html"> <b> Go back </b></a> </div>
</body>
</html>