Skip to content

Instantly share code, notes, and snippets.

@Shadowking1235
Created March 21, 2019 09:06
Show Gist options
  • Save Shadowking1235/4ee43791daedd080df7a9304164f37d3 to your computer and use it in GitHub Desktop.
Save Shadowking1235/4ee43791daedd080df7a9304164f37d3 to your computer and use it in GitHub Desktop.
Hot pepper soup // source https://jsbin.com/nasukus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hot pepper soup</title>
</head>
<body>
<!-- Header for recipe -->
<h1>How to make a hot pepper soup </h1>
<!-- Starting the unordered list -->
<section>Ingredents needed
<ul>
<li>Two onions atleast</li>
<li> Enough pepper</li>
<li>fresh Fish </li>
<li>Meats</li>
<li>Salt</li>
<li>Pepper</li>
<li>Crab Fish</li>
<li>Garlic</li>
<li>Fresh Tomato</li>
</ul>
<Section2>Instructions needed
<!-- Starting the ordered list -->
<ol>
<li>Boiled water at 45 degree </li>
<li>Add enough pepper </li>
<li>Add salt for better taste</li>
<li>Add the fresh tomato and Garlic and stir evenly</li>
<li>Boiled the meat seperately and add to the initial soup</li>
<li>Add the fresh crab fish</li>
<li>And lastly add the onions and stir</li>
<li>Allowed the mixture boil for 30 min and then you will have your fresh pepper soup</li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment