-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchicken_curry_recipe.php
103 lines (99 loc) · 3.65 KB
/
chicken_curry_recipe.php
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Maisa Foods Maisa Garam Masala is made from selected spices and is prepared under most hygienic conditions.</title>
<meta name="language" content="EN" />
<meta name="description" content="Maisa Garam Masala is made from selected spices and is prepared under most hygienic conditions.Maisa Garam Masala makes very dish tastes special with its rich aroma and flavour.It is a perfect blend of spices so as you can use it in all types of curries.Add Maisa Garam Masala just before you finish cooking to ensure that its subtle flavour and aroma are retained.spices instantFoods blendedSpices spices maisamasalas garam masala vegetarian masala non-vegetarian masala chicken masala mutton masala sambar powder rasam powder chicken 65 masala chicken kabab masala "/>
<meta name="keywords" content="spices,instantfoods,blendedSpices,spices,maisamasalas,chicken nuggets,chicken crackers,garam masala,vegetarian masala,non-vegetarian masala,chicken masala,mutton masala,sambar powder,rasam powder,chicken 65 masala,chicken kabab masala,biryani masala,instant chicken masala,ginger and garlic paste" />
<meta name="author" content="maisa.co.in"/>
<meta name="robots" content="index, follow"/>
<?php include ('analyticstracking.php'); ?>
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<script type="text/javascript" src="./js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="./js/jquery-1.7.1.js"></script>
</head>
<body>
<div class="container">
<?php include ('header.php'); ?>
<div class="recipe_main_box">
<div class="recipe_des_box">
<h3>Description</h3>
Chicken curry is common dish in south india.
</div>
<div class="recipe_image">
<h3>Chicken Curry</h3>
<img src="images/chicken-curry-recipe.jpg">
</div>
<div class="recipe_ing_box">
<h3>Ingredients</h3>
<table>
<tr>
<th>Name</th>
<th>Quantity</th>
</tr>
<tr>
<td>Chicken</td>
<td>500 grams</td>
</tr>
<tr>
<td>Ginger</td>
<td>10 grams</td>
</tr>
<tr>
<td>Garlic</td>
<td>6 grams</td>
</tr>
<tr>
<td>Garam Masala</td>
<td>1 teaspoons</td>
</tr>
<tr>
<td>onions</td>
<td>200 grams</td>
</tr>
<tr>
<td>Chilli Powder</td>
<td>2 teaspoons</td>
</tr>
<tr>
<td>Coriander powder</td>
<td>15 grams</td>
</tr>
<tr>
<td>Peppercorns</td>
<td>10 grams</td>
</tr>
<tr>
<td>Poppy Seeds</td>
<td>1 teaspoon</td>
</tr>
<tr>
<td>Cumin</td>
<td>1/2 teaspoon</td>
</tr>
<tr>
<td>Coconut powder</td>
<td>50 grams</td>
</tr>
<tr>
<td>salt</td>
<td>to taste</td>
</tr>
</table>
</div>
<div class="recipe_pre_box">
<h3>Preparation</h3>
<ol>
<li>Take chicken in a bowl add some water and clean it.Slice onions and garlic</li>
<li>Heat oil. Add onions and fry and add the chicken pieces and brown well.Add sliced garlic and ground spices.</li>
<li>Fry for 5 to 6 minutes.</li>
<li>Add water and salt and simmer till chicken is tender and gravy is thick.( chicken curry over) </li>
<li>Serve hot with coriander leaves.</li>
</ol>
</div>
</div>
<div class="clear"></div>
<?php include 'footer.php'; ?>
</div>
</body>
</htnl>