Skip to content

Commit c107c17

Browse files
authored
peter/20260524_add_food_critic (#397)
1 parent 89f22df commit c107c17

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

dinner/chicken_katsu.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Chicken Katsu</title>
7+
<style>
8+
9+
</style>
10+
</head>
11+
<body>
12+
<a href="../index.html">Home</a>
13+
<h1>Chicken Katsu</h1>
14+
<h2>Ingredients</h2>
15+
<ul>
16+
<li>2 chicken breasts (sliced into thin cutlets and pounded to even thickness)</li>
17+
<li>Salt and black pepper</li>
18+
<li>½ cup all-purpose flour</li>
19+
<li>1 egg (beaten)</li>
20+
<li>1 cup Panko breadcrumbs</li>
21+
<li>Vegetable oil for shallow frying</li>
22+
<li>Tonkatsu sauce (for serving)</li>
23+
</ul>
24+
<h2>Instructions</h2>
25+
<ol>
26+
<li>Sprinkle both sides of the chicken cutlets generously with salt and pepper.</li>
27+
<li>Set up three separate bowls: one with flour, one with the beaten egg, and one with Panko breadcrumbs.</li>
28+
<li>Dredge each cutlet in flour (shake off excess), dip it completely in the egg,
29+
and then press firmly into the Panko until fully coated.</li>
30+
<li>Heat about ½ inch of oil in a skillet over medium-high heat (350°F / 180°C).
31+
Fry the chicken for 3 to 4 minutes per side until the crust is deeply golden and crispy.</li>
32+
<li>Transfer to a paper-towel-lined plate to drain. Slice into strips and drizzle with Tonkatsu sauce.</li>
33+
</ol>
34+
<div>
35+
<h2>Food Critic Review</h2>
36+
<p>This is the best food to have on a somber Saturday night. Pairs well with rice.</p>
37+
</div>
38+
</body>
39+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
159159
<ul>
160160
<li><a href="dinner/garlic_noodles.html">Garlic Noodles</a></li>
161161
<li><a href="dinner/fried_rice.html">Fried Rice</a></li>
162+
<li><a href="dinner/chicken_katsu.html">Chicken Katsu</a></li>
162163
<li><a href="dinner/steak.html">Steak Dinner</a></li>
163164
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
164165
<li><a href="dinner/karaage.html">Chicken Karaage</a></li>

0 commit comments

Comments
 (0)