Created
May 10, 2020 11:57
-
-
Save solyakin/5df935f10bdcb7cb80c401afb1b51f3e to your computer and use it in GitHub Desktop.
Soak Dev // source https://jsbin.com/yemutot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Soak Dev</title> | |
</head> | |
<body> | |
<h1>My favourite food-Peppered Rice</h1> | |
<p> | |
Welcome to my page.</p> | |
<p> Today I will be teaching you how my make my favourite food-<em> peppered rice</em>. It is a food known to my tribe and I will be thrill to teach you how to make it. Its very spicey and you would love it. | |
</p> | |
<p>Below is a list of ingredient needed to prepare this dish</p> | |
<!--This is an unordered list of ingredients--> | |
<ul> | |
<li>3 cups of Rice</li> | |
<li>Fresh pepper</li> | |
<li>onion</li> | |
<li>1 cup of groundnut oil</li> | |
<li>Dry fish or beef</li> | |
<li>Iru (locust beans)</li> | |
<li> salt</li> | |
</ul> | |
<!--This is the end of the unordered list of ingredients--> | |
<h2> Steps on how to prepare this dish</h2> | |
<p> This is the fun part. Let's cook our peppered rice</p> | |
<!--This is an ordered list--> | |
<ol> | |
<li>Wash the rice in warm water for atleast 30 seconds</li> | |
<li>Steam the rice for about 15 minutes then sieve out the water</li> | |
<li>Now fry the pepper along with other ingredients in a frying pan for about 7minutes</li> | |
<li>Mix the rice and the pepper ingredient together in a bigger pot</li> | |
<li>Add half cup of water to the whole mixture and heat for another 5 minutes</li> | |
</ol> | |
<!--This is the end of the ordered list--> | |
<p> our meal is ready to be served. So simple right. Try it and give me feedbacks. I can't wait to see your reviews.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment