-
Notifications
You must be signed in to change notification settings - Fork 0
/
lasagna.html
39 lines (31 loc) · 1.05 KB
/
lasagna.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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Lasagna</title>
</head>
<body>
<h1>Lasagna</h1>
<img src="../images/lasagna.jpg" alt="image of lasagna" height="350" width="480">
<h2>Description</h2>
<p>This is a classic homemade lasagna recipe with layers of melted mozzarella cheese,
parmesean ricotta cheese and tomato meat sauce.
</p>
<h3>Ingredients</h3>
<ul>
<li>1 tablespoon of olive oil</li>
<li>1 small onion</li>
<li>1 pound of lean ground beef</li>
<li>3/4 teaspoon of garlic powder</li>
<li>3/4 teaspoon of salt</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Start by making homemade meat sauce</li>
<li>Make a parmesan ricotta cheese mixture</li>
<li>Use your favourite lasagna noodles</li>
<li>Add some cheese</li>
<li>Bake covered for 15 minutes</li>
</ol>
</body>
</html>