-
Notifications
You must be signed in to change notification settings - Fork 0
/
burrito.html
29 lines (29 loc) · 1.3 KB
/
burrito.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
<!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>Cheesy Potato Burrito</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Cheesy Potato Burrito</h1>
<img src="../odin-recipes/images/cheesyburrito.jpeg" alt="Cheesy Potato Burrito">
<p>The Taco Bell Cheesy Potato Burrito is filled with seasoned beef, cheese, sour cream and seasoned potato bites.</p>
<h2>Ingredients</h2>
<p>4 flour tortillas</p>
<p>75g cheese dip</p>
<p>80ml sour cream</p>
<p>140g minced beef</p>
<hr class="dashed">
<ul>
<li>Reheat potatoes at 204 C for 8-10 minutes, if needed (otherwise use hot potatoes).</li>
<li>Fry 140g of minced beef according to taco seasoning packet instructions.</li>
<li>Microwave cheese dip for 30-45 seconds and stir to smooth out.</li>
<li>Assemble tortillas; dollop 2 teaspoons of cheese and 2 teaspoons of sour cream onto the lower half of each tortilla. Top with potato bites and spoon of ground beef.</li>
<li>Roll and microwave for 30 seconds. Serve hot.</li>
</ul>
<p><a href="index.html" class="back">Back</a></p>
</body>
</html>