-
Notifications
You must be signed in to change notification settings - Fork 0
/
mushroom.html
31 lines (31 loc) · 1.22 KB
/
mushroom.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mushroom</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Mushroom & Bacon</h1>
<img src="../odin-recipes/images/mushroom.JPG" alt="Mushroom & Bacon">
<p>A mushroom side dish that is full of flavour.</p>
<h2>Ingredients</h2>
<p>4 strips of bacon</p>
<p>6 cloves of garlic</p>
<p>660g mushrooms</p>
<p>60ml water</p>
<p>15g parsley</p>
<hr class="dashed">
<ul>
<li>Heat a saucepan on thr stove and add the chopped bacon. Cook for 5-7 minutes until its almost cooked through.</li>
<li>Add garlic and cook until it is no longer raw and the bacon has finished cooking.</li>
<li>Add mushrooms and stir well to coat them with bacon goodness.</li>
<li>Pour in water and use to de-glaze the pan.</li>
<li>Cook the mushrooms uncovered, stirring occasionally until they have cooked through.</li>
<li>Garnish with chopped parsley.</li>
</ul>
<a href="index.html" class="back">Back</a>
</body>
</html>