-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathburger-recipe.html
27 lines (25 loc) · 1010 Bytes
/
burger-recipe.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
<!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>Burger Recipe</title>
</head>
<body>
<h1>Burger Recipe</h1>
<img src="burger.jpeg" alt="Burger">
<h2>Here is a summary of a simple burger recipe:</h2>
<ul>
<li>In a bowl, whisk an egg with some salt and pepper. Add 1 pound of ground beef and ½ cup of bread<br>
crumbs and mix well. Shape the mixture into four patties.
</li>
<li>Heat a skillet over medium-high heat and cook the patties for about 4 minutes per side or until done<br>
to your liking. You can also grill them on a barbecue if you prefer.
</li>
<li>Serve the burgers on buns with your favorite toppings, such as lettuce, tomato, cheese, ketchup,<br>
mustard, etc.</li>
</ul>
<h2>Enjoy your delicious burger!🍔</h2>
</body>
</html>