Skip to content

Commit 1938166

Browse files
authored
heather_nguyen/06042026_add-loaded-baked-potato-recipe (#452)
* added loaded baked potato recipe * added home button to loaded potato page * restore original index.html file * redid recipe link & reduced changes on index.html file
1 parent b39e87f commit 1938166

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

dinner/loaded_baked_potato.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Loaded Baked Potato</title>
7+
</head>
8+
<body>
9+
<h1>Loaded Baked Potato Dinner</h1>
10+
<a href="../index.html">return to home page</a>
11+
<h2>ingredients</h2>
12+
<ul>
13+
<li>Potato</li>
14+
<li>Cheese</li>
15+
<li>Butter</li>
16+
<li>Sour Cream</li>
17+
<li>Green Onions</li>
18+
<li>Bacon Bits</li>
19+
</ul>
20+
<br />
21+
22+
<h2>cooking steps</h2>
23+
<ol>
24+
<li>Microwave the potato for 5-8 minutes</li>
25+
<li>Cut open the potato</li>
26+
<li>Spread butter on the potato</li>
27+
<li>Add all of your toppings to the potato</li>
28+
<li>Enjoy!</li>
29+
</ol>
30+
<br />
31+
</body>
32+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
166166
<li><a href="dinner/quesadilla.html">Chicken Quesadilla</a></li>
167167
<li><a href="dinner/cacio_e_pepe.html">Cacio e Pepe</a></li>
168168
<li><a href="dinner/texasbbq.html">Texas BBQ</a></li>
169+
<li><a href="dinner/loaded_baked_potato.html">Loaded Baked Potato</a></li>
169170
</ul>
170171
</div>
171172
</div>

0 commit comments

Comments
 (0)