-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrasam_powder_spices.php
84 lines (82 loc) · 4.07 KB
/
rasam_powder_spices.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
<?php
$id=$_GET['id'];
if($id=="") $id=3; ?>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Maisa Foods</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'; ?>
<img src="images/p3.jpg" width="970px">
<br>
<div class="products">
<div class="left_sub">
<div class="links">
<ul>
<li class="linkleft1">
<a href="#" title="Rasam Powder">
<div class="icons_sprite desp">
<em style="margin-left:110px">Description</em>
<span><b>Maisa Rasam Powder</b> is made from selected spices and is prepared under most hygienic conditions. <b>Maisa Rasam Powder</b> makes your rasam tastes special with its rich aroma and flavour. Rasam is common dish in every southindian house hold and it can be had with rice or drunk as a flavoursome soup.</span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="left_sub">
<div class="links">
<ul>
<li class="linkleft1">
<a href="#" title="Rasam Powder">
<div class="icons_sprite masala">
<em style="margin-left:110px">Ingredients</em>
<span style="margin-left:125px">
<ul style="list-style-type: disc;">
<li>Black Pepper</li>
<li>Begal Gram</li>
<li>Cassia</li>
<li>Coriander</li>
<li>Cumin</li>
<li>Dry Ginger</li>
<li>Fenugreek Seeds
<li>Red Chillies</li>
<li>Mustard</li>
<li>Salt</li>
<li>Turmeric</li>
</ul>
</span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="left_sub">
<div class="links">
<ul>
<li class="linkleft1">
<a href="#" title="Rasam Powder">
<div class="icons_sprite cooking-image">
<em style="margin-left:110px">How To Prepare</em>
<span>Cook 50g of Toor Dal in 1Ltr. of water with 1tsp Oil and a pinch of turmeric powder. Churn the coocked Dal. Add Tamarind juice, Chopped Tomato pieces, Jaggery and salt to taste, boil for 5 minutes. Add 2tbsp of <b>Maisa Rasam Powder</b> and boil for another 5 minutes. Add 1 tsp. of Mustard seeds seasoned in ghee. </span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
<?php include 'footer.php'; ?>
</div>
</body>
</html>