-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg_curry_recipe.php
109 lines (105 loc) · 4.17 KB
/
egg_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
104
105
106
107
108
109
<!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>
Soft boiled eggs cooked in a tangy tamarind sauce combined with spices to give a taste and flavor to the taste buds. A popular south Indian dish.</div>
<div class="recipe_image">
<h3>Egg Curry</h3>
<img src="images/egg-curry-recipe.jpg">
</div>
<div class="recipe_ing_box">
<h3>Ingredients</h3>
<table>
<tr>
<th>Name</th>
<th>Quantity</th>
</tr>
<tr>
<td>Eggs</td>
<td>10 numbers</td>
</tr>
<tr>
<td>Turmeric</td>
<td>1 pinch</td>
</tr>
<tr>
<td>Chopped Chilli</td>
<td>4 pieces</td>
</tr>
<tr>
<td>Coriander Powder </td>
<td>1 tablepoons</td>
</tr>
<tr>
<td>Chopped onions</td>
<td>3 numbers</td>
</tr>
<tr>
<td>Chilli Powder</td>
<td>1 teaspoons</td>
</tr>
<tr>
<td>Curry leaves</td>
<td>3 springs</td>
</tr>
<tr>
<td>Fenugreek Leaves</td>
<td>1 teaspoon</td>
</tr>
<tr>
<td>Ginger Garlic Paste</td>
<td>1 teaspoon</td>
</tr>
<tr>
<td>Cumin</td>
<td>1 teaspoon</td>
</tr>
<tr>
<td>Oil</td>
<td>3 tablespoons</td>
</tr>
<tr>
<td>Mustard seeds</td>
<td>1 tablespoons</td>
</tr>
<tr>
<td>Tamrind juice</td>
<td>100ml</td>
</tr>
<tr>
<td>salt</td>
<td>to taste</td>
</tr>
</table>
</div>
<div class="recipe_pre_box">
<h3>Preparation</h3>
<ol>
<li>Heat oil in a vessel and mustard seeds and let them splutter.Now add cumin and add onions curry leaves and fry Add chopped onions and green chillies and fry till they turn light brown. add ginger garlic paste </li>
<li>Now add chilli powder, turmeric powder, coriander powder and cumin powder, mix well for few seconds.</li>
<li>Add tamarind extract and 2 cups of water and bring to a boil. Add salt and reduce heat and let it simmer for 10 minutes. Add the boiled and fried eggs and let it cook in the gravy for 6minutes or till you get the required gravy consistency.</li>
<li>Garnish with chopped coriander leaves. Serve this hot steamed rice. </li>
</ol>
</div>
</div>
<div class="clear"></div>
<?php include 'footer.php'; ?>
</div>
</body>
</htnl>