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
35 changes: 35 additions & 0 deletions dinner/chicken_katsu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chicken Katsu</title>
<style>

</style>
</head>
<body>
<a href="../index.html">Home</a>
<h1>Chicken Katsu</h1>
<h2>Ingredients</h2>
<ul>
<li>2 chicken breasts (sliced into thin cutlets and pounded to even thickness)</li>
<li>Salt and black pepper</li>
<li>½ cup all-purpose flour</li>
<li>1 egg (beaten)</li>
<li>1 cup Panko breadcrumbs</li>
<li>Vegetable oil for shallow frying</li>
<li>Tonkatsu sauce (for serving)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Sprinkle both sides of the chicken cutlets generously with salt and pepper.</li>
<li>Set up three separate bowls: one with flour, one with the beaten egg, and one with Panko breadcrumbs.</li>
<li>Dredge each cutlet in flour (shake off excess), dip it completely in the egg,
and then press firmly into the Panko until fully coated.</li>
<li>Heat about ½ inch of oil in a skillet over medium-high heat (350°F / 180°C).
Fry the chicken for 3 to 4 minutes per side until the crust is deeply golden and crispy.</li>
<li>Transfer to a paper-towel-lined plate to drain. Slice into strips and drizzle with Tonkatsu sauce.</li>
</ol>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<ul>
<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/chicken_katsu.html">Chicken Katsu</a></li>
<li><a href="dinner/steak.html">Steak Dinner</a></li>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
Expand Down