-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathrecipe.html
More file actions
40 lines (40 loc) · 1.41 KB
/
recipe.html
File metadata and controls
40 lines (40 loc) · 1.41 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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>The Classic Meatloaf</h1>
<hr>
<img src="https://www.thewholesomedish.com/wp-content/uploads/2016/11/The-Best-Classic-Meatloaf-600X900.jpg" alt="A Chef's Peanutbutter and Jelly Sandwich" width="600" height="600">
<hr>
<h2>Description</h2>
<p>TThe best meatloaf recipe ever! This traditional meatloaf recipe is just like mom used to make, made with ground beef and a sweet and tangy glaze topping.</p>
<hr>
<h2>Ingredients</h2>
<ul>
<li>ground beef </li>
<li>dried bread crumbs </li>
<li>diced onion</li>
<li>milk</li>
<li>egg</li>
<li>worcestershire sauce</li>
<li>salt and pepper</li>
</ul>
<hr>
<h2>Directions</h2>
<ol>
<li>Mix it together REALLY well</li>
<li>Pour the meat mixture into a loaf pan.</li>
<li>Spread it into a flat even layer.</li>
<li>Add ketchup, brown sugar, and red wine vinegar to a bowl and glaze it over the meatloaf.</li>
<li>Cook in a 350 degree oven, uncovered, for 55 minutes.</li>
</ol>
<hr>
<h3>Similar Recipes</h3>
<a href="https://www.foodnetwork.com/recipes/food-network-kitchen/classic-meatloaf-5484735">Classic meatloaf</a>
<hr>
</body>
</html>