-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsambar_powder_spices.php
86 lines (83 loc) · 4.16 KB
/
sambar_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
85
86
<?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/p4.jpg" width="970px">
<br>
<div class="products">
<div class="left_sub">
<div class="links">
<ul>
<li class="linkleft1">
<a href="#" title="Sambar Powder">
<div class="icons_sprite desp">
<em style="margin-left:110px">Description</em>
<span><b>Maisa Sambar Powder</b> is made from selected spices and is prepared under most hygienic conditions. <b>Maisa Sambar Powder</b> makes your sambar tastes special with its rich aroma and flavour. Sambar is common dish in every southindian house hold and it can be had with rice, idli, vada, dosa etc. </span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="left_sub">
<div class="links">
<ul>
<li class="linkleft1">
<a href="#" title="Sambar 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>Toor Dal</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="Sambar Powder">
<div class="icons_sprite cooking-image">
<em style="margin-left:110px">How To Prepare</em>
<span>Cook 500gm of vegetables of your choice and keep aside. Cook 100gm (5 tbsp) of toor dal in 750ml of water with 1 tsp of oil and a pinch of turmeric. Mix Cooked vegetables, Tamarind pulp, salt to cooked dal and boil for 10min. Add 2tbsp of <b>Maisa Sambar Powder</b> while sambar is being cooked. Season with mustard, cumin, curry leaves and Dry red chillies.</span></a>
</div>
</li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
<?php include 'footer.php'; ?>
</div>
</body>
</html>