Skip to content

Instantly share code, notes, and snippets.

@silverlyn
Created March 4, 2020 14:07
Show Gist options
  • Save silverlyn/e2bdc2248f90126ab6a542005846504f to your computer and use it in GitHub Desktop.
Save silverlyn/e2bdc2248f90126ab6a542005846504f to your computer and use it in GitHub Desktop.
MY FAVORITE FOOD // source https://jsbin.com/nesujoq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MY FAVORITE FOOD</title>
</head>
<body>
<P>
<h1><strong>OKRA SOUP</h1>
</P>
<!--unordered list-->
<h2>INGREDIENTS</h2>
<ul>Okra seeds (handful)</ul>
<ul>Palm oil(one cooking spoonful)</ul>
<ul>Fresh pepper(3 balls)</ul>
<ul>Salt( a pinch)</ul>
<ul>Water( a cup of water)</ul>
<ul>Pot</ul>
<ul>Cooking gas</ul>
<ul>Fish( desired quantity)</ul>
<ul>Cray fish(desired quantity)</ul>
<ul>Maggi(stock/seasoning cube)</ul>
<ul>Onions( two bulbs)</ul>
<ul>Prawn( cup full)</ul>
</ul>
<h3> STEPS AND PROCEDURES</h3>
<P> The following are the steps and procedures to apply in cooking <em>OKRA SOUP</em></P>
<!--ordered list-->
<ol>Dice your okra into disired shapes and sizes in a bowl using the aid of a knife or a hand grater.</ol>
<ol>Blend your fresh pepper or grate it depending on how you want it, set aside in a bowl.</ol>
<ol>Set aside your washed prawns in a bowl.</ol>
<ol>Dice your onions (optional) into a bowl and set aside.</ol>
<ol>Blend your crayfish set aside in abowl.</ol>
<ol>Set aside your salt,seasoning cubes(other wise known as maggi in Nigeria)</ol>
<ol>Set your cooked or steamed fish aside in a separate bowl , keep the stock from the fish in a bowl (this is necessary for the soup because not much water is needed).</ol>
<p>
<h4>STEPS IN COOKING THE SOUP</h4>
</p>
<!--ordered list-->
<ol>Turn on the cooking gas.</ol>
<ol>Place your pot on fire, add the stock water to it.</ol>
<ol>Add the diced okra.</ol>
<ol>Add your blended pepper, crayfish and the chopped onions into the boiling stock.</ol>
<ol>Allow to cook for 2 minutes.</ol>
<ol>Add your prawns, red oil, pinch of salt and two cubes of seasoning.</ol>
<ol>Cover the pot slightly not fully covered.</ol>
<ol>Allow to cook for 2 minutes.</ol>
<ol>Hurray food is ready..........</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment