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/karaage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<a href="../index.html">Home</a>

<h1>Chicken Karaage</h1>
<h2>Ingredients</h2>
<ul>
<li>1 lb skin-on chicken thigh, cubed</li>
<li>1 tablespoon sake</li>
<li>1 teaspoon sugar</li>
<li>2 tablespoons soy sauce</li>
<li>1 tablespoon ginger, grated</li>
<li>1 clove garlic, minced</li>
<li>1/2 egg, beaten</li>
<li>1/3 cup potato starch</li>
<li>cooking oil</li>
</ul>

<h2>Instructions</h2>
<ol>
<li>In a large bowl, combine the chicken, sake, sugar, soy sauce, ginger, and garlic. Mix well. Cover with plastic and marinate for at least 15 minutes in the fridge.</li>
<li>Add the egg and potato starch to the chicken. Mix well.</li>
<li>Heat the oil to 340 degrees Fahrenheit. (I like to check with a wooden spoon, dip the spoon and if it bubbles, it is hot enough)</li>
<li>Fry the chicken until golden brown and fully cooked, which is in about 7-10 mins.</li>
<li>Enjoy!</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>
<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>
<li><a href="dinner/karaage.html">Chicken Karaage</a></li>
</ul>
</div>
</div>
Expand Down