forked from rocketacademy/recipe-site-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnasi.html
37 lines (37 loc) · 1.13 KB
/
nasi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Nasi Goreng</h1>
<img src="img/nasi.png" width="300px">
<p>For 2 servings</p>
<p>Ingredients:</p>
<ul>
<li>2 tablespoons sesame oil</li>
<li>3 cloves garlic, minced</li>
<li>2 chicken breasts, diced</li>
<li>salt, to taste</li>
<li>pepper, to taste</li>
<li>1 cup carrot (120 g), diced</li>
<li>1 cup broccoli florets (175 g)</li>
<li>2 cups brown rice (400 g), cooked</li>
<li>½ cup frozen peas (75 g)</li>
<li>3 tablespoons low sodium soy sauce</li>
</ul>
<p>Preparation:</p>
<ol>
<li>Heat sesame oil in a skillet, and cook garlic until softened.</li>
<li>Add the chicken, salt, and pepper, and sauté for 5 minutes.</li>
<li>Add the carrots and broccoli, and sauté until tender.</li>
<li>Add the rice, soy sauce, and peas, and mix thoroughly.</li>
<li>Enjoy!</li>
</ol>
<a href="index.html">Main page</a>
</br>
<a href="indonesian.html">Indonesian Cuisine page</a>
</body>
</html>