-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpho.html
46 lines (40 loc) · 1.58 KB
/
pho.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recipe: Chicken Noodle Soup | Liang's Kitchen </title>
</head>
<body>
<img src="/img/pho-unsplashed.jpg" alt="pho">
<h3>For Broth</h3>
<ul>
<!-- Recipe from https://tastesbetterfromscratch.com/pho-noodle-soup/ -->
<li></li>
<li>Desired meat: chicken, pork, steak or raw shrimp</li>
<li>1 large yellow onion , quartered</li>
<li>2 (2-inch pieces) fresh ginger , unpeeled and halved, length-wise</li>
<li>6 cups broth (chicken, beef or vegetable, depending on protein choice)</li>
<li>2 cups water</li>
<li>1/4 tsp ground coriander</li>
<li>1 whole clove (optional)</li>
<li>1 1/2 Tablespoons fish sauce</li>
<li>¼ teaspoon hoisin sauce</li>
<li>¼teaspoon soy sauce</li>
<li>¼ teaspoon red chili paste</li>
<li>1 stick cinnamon</li>
<li>salt and freshly ground black pepper</li>
</ul>
<h3>For Garnish and Noodles</h3>
<ul>
<li>8 oz dried rice vermicelli noodles</li>
<li>White onions, thinly sliced into half-moons</li>
<li>2 fresh jalapeño peppers or red thai chili peppers , thinly sliced and seeds removed</li>
<li>1 bunch Thai basil leaves</li>
<li>1 cup fresh bean sprouts</li>
<li>2 limes , cut into wedges</li>
<li>Sriracha hot sauce, or additional red chili paste , for heat, optional</li>
</ul>
<a href="/index.html">Home</a>
</body>
</html>