diff options
Diffstat (limited to 'recipes/eggTomatoRice.html')
-rw-r--r-- | recipes/eggTomatoRice.html | 68 |
1 files changed, 37 insertions, 31 deletions
diff --git a/recipes/eggTomatoRice.html b/recipes/eggTomatoRice.html index ea4162a..1400693 100644 --- a/recipes/eggTomatoRice.html +++ b/recipes/eggTomatoRice.html @@ -7,36 +7,42 @@ <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> + <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>
\ No newline at end of file |