Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions dinner/loaded_baked_potato.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loaded Baked Potato</title>
</head>
<body>
<h1>Loaded Baked Potato Dinner</h1>
<h2>ingredients</h2>
<ul>
<li>Potato</li>
<li>Cheese</li>
<li>Butter</li>
<li>Sour Cream</li>
<li>Green Onions</li>
<li>Bacon Bits</li>
</ul>
<br />

<h2>cooking steps</h2>
<ol>
<li>Microwave the potato for 5-8 minutes</li>
<li>Cut open the potato</li>
<li>Spread butter on the potato</li>
<li>Add all of your toppings to the potato</li>
<li>Enjoy!</li>
</ol>
<br />

<h2>Food Critic Comments</h2>
<div>
<p>
This is truly one of a kind recipe! I have never tasted anything better
than this, I need more!!!!
</p>
</div>
</body>
</html>
Loading