-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfried-rice.html
43 lines (40 loc) · 1.64 KB
/
fried-rice.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fried-Rice</title>
</head>
<body>
<h1>Fried Rice</h1>
<img src="fried-rice.jpg" alt="Fried Rice" width="300" height="400">
<p>Fried rice is a great side or even the main course.</p>
<h2>Description</h2>
<p>This is a very common dish in many parts of the world. Cheap, easy, and filling.</p>
<h2>Ingredients</h2>
<div><ul>
<li>Rice</li>
<li>frozen peas and carrots</li>
<li>cumin</li>
<li>soy sauce</li>
<li>sesame oil</li>
<li>Brocoli</li>
<li>Butter</li>
</ul></div>
<h2>Steps</h2>
<div><ol>
<li>cook rice in rice cooker and refridgerate in shallow dish for 1 hour</li>
<li>Heat up wok on medium heat</li>
<li>Pour small amount of seame oil into wok</li>
<li>When oil gets hot slowly add cooled rice, you should hear it sizzle</li>
<li>Once all the rice is in stir heavily every 30-45 seconds</li>
<li>After 3 or 4 stirs add the butter and make sure it's not burning</li>
<li>Now add the cumin and keep stiring, add a little more oil or butter if it looks too dry</li>
<li>Once the rice starts really smelling like popcorn, add the frozen veggies</li>
<li>While the veggies are starting to thaw, turn the heat to low</li>
<li>Now wash and chop your brocoli and add it to the wok</li>
<li>Give everything a good stir and add soy sauce to taste</li>
</ol></div>
</body>
</html>