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
30 changes: 30 additions & 0 deletions dinner/tonkatsu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Tonkatsu</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>items</h1>
<ul>
<li>pork</li>
<li>salt and pepper</li>
<li>eggs</li>
<li>breadcrumbs</li>
<li>oil</li>
</ul>
<h1>steps</h1>
<ul>
<li>make the dipping sauce</li>
<li>prepare the pork</li>
<li>bread the pork</li>
<li>fry</li>
<li>cut and serve</li>
</ul>
<h1>food critic</h1>
<div>
needs more layers of breadcrumbs
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<li><a href="dinner/orange_chicken.html">Orange Chicken</a></li>
<li><a href="dinner/garlic_noodles.html">Garlic Noodles</a></li>
<li><a href="dinner/fried_rice.html">Fried Rice</a></li>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
</ul>
</div>
</div>
Expand Down