blob: ea4162a1fdc8c24c3cf6431dd511a6db8b40b0c1 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../styles.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<h1>
Egg Tomato Rice
</h1>
<img src="eggTomatoRice.jpg">
<h3>
Fried rice with egg and Tomato
</h3>
<p>
Freshly cooked rice stir fried with an egg and some cherry
tomatoes, a delicious meal with some sweet and sour from
the tomatoes.
</p>
<h3>Ingredients</h3>
<ul>
<li>Butter</li>
<li>1 cup Rice</li>
<li>1 Egg</li>
<li>1 cup Cherry tomatoes</li>
</ul>
<h3>Instructions</h3>
<ol>
<li>Cook rice (Rice cooker or pot)</li>
<li>Hunk of butter in a pan on medium</li>
<li>Add rice</li>
<li>Stir until hot</li>
<li>Throw in egg (don't throw it too hard)</li>
<li>Cook until egg is almost done</li>
<li>Add tomatoes and bury them (want them to sweat and wrinkle)</li>
<li>Serve</li>
</ol>
<a href="../index.html">Home</a>
</body>
</html>
|