-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchicken.html
53 lines (49 loc) · 2.16 KB
/
chicken.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Easy Thai basil chicken</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Easy Thai basil chicken</h1>
<img src="https://www.internationalcuisine.com/wp-content/uploads/2022/01/t3P0ojMw.jpeg" alt="easy thai basil chicken" height="550">
<p>Easy Thai basil chicken is a beloved recipe in Thailand. It is the flavor of the sweet Thai basil that makes it so delicious.
This is another recipe that we made in our Chiang Mai cooking class.</p>
<p>You will be amazed how quickly this dish comes together. It is one of the things I love about Thai cuisine in general.
Perfect for busy weeknights.</p>
<h2>Equipment</h2>
<div class="container">
<ul class="myUL">
<li>Wok</li>
</ul>
</div>
<h2>Ingredients</h2>
<div class="container">
<ul class="myUL">
<li>1/2 lb chicken thighs </li>
<li>4 Tbsp Vegetable Oil</li>
<li>6 cloves garlic</li>
<li>2/3 cup long beans</li>
<li>4-6 Thai chili peppers</li>
<li>2 cups Thai basil leaves</li>
<li>2 Tbsp fish sauce</li>
<li>2 Tbsp oyster sauce</li>
<li>1 tsp palm sugar</li>
<li>1/2 cup onions</li>
<li>6 Tbsp water</li>
</ul>
</div>
<h2>Steps</h2>
<div class="container">
<ol class="myUL">
<li>Pour oil into wok and heat to a medium high heat</li>
<li>When oil is hot, add garlic, onion, chili peppers, and chicken. Stir until fragrant and chicken is cooked through.</li>
<li>Add in the long beans, fish sauce, oyster sauce and sugar.</li>
<li>Add a little water and stir everything together</li>
<li>Once well mixed together add in the basil stir once remove from heat</li>
<li>Serve with Jasmine rice.</li>
</ol>
</div>
</body>
</html>