-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlasagna.html
More file actions
39 lines (37 loc) · 1.72 KB
/
Copy pathlasagna.html
File metadata and controls
39 lines (37 loc) · 1.72 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lasagna</title>
<link rel="stylesheet" href="index.html">
</head>
<body>
<h1>LASAGNA RECIPE</h1>
<p>This crockpot lasagna recipe is so easy, you might think that you missed something. It is a delicious slow cooker meal!</p>
<img src="images/AR-202007-slow-cooker-lasagna-ddmfs-4x3-a68ffb56ab1b47eaa3653026b49244d2.jpg" alt="Slow Cooker Lasagna" height="250px" width="250px">
<h3>Ingredients</h3>
<ul>
<li>pound lean ground beef</li>
<li>1 medium onion, chopped</li>
<li>2 teaspoons minced garlic</li>
<li>1 (29 ounce) can tomato sauce</li>
<li>1 (6 ounce) can tomato paste</li>
<li>1 ½ teaspoons salt</li>
<li>1 teaspoon dried oregano</li>
<li>16 ounces shredded mozzarella cheese</li>
<li>12 ounces cottage cheese</li>
<li>12 ounces cottage cheese</li>
<li>1 (12 ounce) package lasagna noodles</li>
<h3>STEPS</h3>
<ol>
<li>Gather all ingredients.</li>
<li>Cook ground beef, onion, and garlic in a large skillet over medium heat until the meat is browned.</li>
<li>Add tomato sauce, tomato paste, salt, and oregano and stir until well combined and heated through.</li>
<li>Stir mozzarella, cottage cheese, and Parmesan together in a large bowl.</li>
<li>Spoon a layer of the meat mixture onto the bottom of a slow cooker.</li>
<li>Add a double layer of uncooked lasagna noodles, breaking noodles to fit into cooker as needed.</li>
</ol>
</body>
<a href="index.html">HOME</a>
</html>