forked from rocketacademy/recipe-site-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe2.html
More file actions
51 lines (48 loc) · 1.34 KB
/
recipe2.html
File metadata and controls
51 lines (48 loc) · 1.34 KB
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
51
<!DOCTYPE html>
<html>
<head>
<title>Mie Ayam Recipes</title>
</head>
<body>
<h1>Mie Ayam Recipes</h1>
<img src="mie-ayam.jpg" alt="Mie Ayam" />
<br />
<div>
<p>Preparation Time ⏱: 40 minutes</p>
</div>
<div>
<p>Ingredients</p>
<ul>
<li>300g fresh egg noodles, boiled</li>
<li>6 tablespoons of oil</li>
<li>3 teaspoons of soy sauce</li>
<li>2 bundles of bok choi, blanched</li>
</ul>
<p>For the chicken topping:</p>
<ul>
<li>250g chicken, cubed</li>
<li>1 leek</li>
<li>2 bay leaves</li>
<li>1 lemongrass, crushed</li>
<li>6 tablespoons dark soy sauce</li>
<li>pinch of salt</li>
<li>pinch of white pepper</li>
<li>250mL water</li>
</ul>
</div>
<div>
<p>Instructions:</p>
<ol>
<li>Boil the chicken with all the ingredients for the topping</li>
<li>
Drain the chicken and cut into cubes. Save the rest of the liquid for
the noodles.
</li>
<li>Heat up oil, add the vegetables and the noodles</li>
<li>Add back some of the sauce from boiling the chicken.</li>
<li>Toss all ingredients together. Serve while hot.</li>
</ol>
</div>
<a href="index.html" target="_blank">Main Page</a>
</body>
</html>