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
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/git-workshop.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions dinner/chicken_katsu.html
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fire recipe!

Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!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>
<div>
<h2>Food Critic Review</h2>
<p>This is the best food to have on a somber Saturday night. Pairs well with rice.</p>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,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/chicken_katsu.html">Chicken Katsu</a></li>
</ul>
</div>
</div>
Expand Down