File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments