summaryrefslogtreecommitdiff
path: root/recipes/eggTomatoRice.html
blob: 140069379ab99d1f3208a7e0b6069a3094c7a2ec (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
43
44
45
46
47
48
<!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>
    <div id="container">
        <h1>
            Egg Tomato Rice
        </h1>
        <div class="content">
            <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>
        </div>
        <footer>
            <a href="../index.html">Home</a>
        </footer>
    </div>
</body>
</html>