Skip to content

Instantly share code, notes, and snippets.

@Gemstone123
Created September 20, 2019 07:47
Show Gist options
  • Save Gemstone123/01cce5426b84324924c587cf58fb4c89 to your computer and use it in GitHub Desktop.
Save Gemstone123/01cce5426b84324924c587cf58fb4c89 to your computer and use it in GitHub Desktop.
Homework Assignment #1: Lists // source https://jsbin.com/zahuwov
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- The main page title -->
<title>Homework Assignment #1: Lists</title>
</head>
<body>
<!-- Chicken biryani Recipe heading 1 -->
<h1> "Recipe of Chicken Biryani" </h1>
<!-- Here i mentioned it as my fav food heading 2 -->
<h2> <em> My favourite food </em> </h2>
<!-- Brief paragragh to mention main ingredients -->
<p> Here is the list of ingredients required for making <strong> chicken biryani: </strong>
</p>
<!-- Un-ordered list of Ingredients of Chicken Biryani -->
<ul>
<li> 600 gm basmati rice </li>
<li> 4 tablespoon mint leaves </li>
<li> salt as required </li>
<li> 2 teaspoon coriander powder </li>
<li> 1 tablespoon garlic paste </li>
<li> 2 tablespoon tomato puree </li>
<li> 400 gm white onion </li>
<li> 8 green cardamom </li>
<li> 1 kilograms chicken thighs </li>
<li> 1 teaspoon garam masala powder </li>
<li> 1 tablespoon ginger paste </li>
<li> 4 green chilli </li>
<li> 300 gm tomato </li>
<li> 2 teaspoon cumin seeds </li>
<li> 6 tablespoon refined oil </li>
<!-- Marination heading 3 -->
<h3> For Marination: </h3>
<ul>
<li> 1/2 teaspoon chilli powder </li>
<li> 6 tablespoon plain greek yogurt </li>
<li> 1 teaspoon powdered turmeric </li>
</ul>
</ul>
<!-- Ordered list of steps involved in cooking Chicken Biryani -->
<ol>
<p> The steps of cooking: </p>
<li> Boil the rice </li>
<li> Marinate the chicken for 20-30 minutes </li>
<li> Saute onions and tomatoes for 2-3 minutes </li>
<li> Add the marinated chicken to the mixture </li>
<li> Cook on low heat for 5-6 minutes </li>
<li> Turn off the flame </li>
<li> Serve hot </li>
</ol>
<p> Enjoy the tasty biryani.</p>
</body>
</html>
@sagar1254
Copy link

how to add rule if i want to forward packets from one virtual machine to other if one machine ping google and forward those packets to other machine?
have you solved this problem If Yes please share solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment