-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsafeway.php
69 lines (42 loc) · 1.54 KB
/
safeway.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
<?php include("includes/header.php"); ?>
<section class="container">
<article class="row clearfix">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li class="active">Greenish Safeway</li>
</ol>
</div>
</article>
</section>
<section class="container">
<article class="row clearfix">
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-5">
<img src="img/pr2.png" alt="" />
</div>
<div class="col-xs-12 col-sm-12 col-md-7 col-lg-7 product_heading">
<h3>Greenish Safeway</h3>
<p> Herbal vital Capsule - 100% Natural </p>
<div class="product_details col-lg-6">
<label>PACKING</label>
<p>60 Capsules per bottle</p>
<label>DIRECTION FOR USE</label>
<ul>
<li>One Capsule morning before breakfast</li>
<li>One Capsule night before dinner</li>
</ul>
</div>
</div>
</article>
</section>
<section class="container">
<article class="row clearfix">
<p class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
Greenish herbal a food supplement – Black Cumin Seed (Nigella Sativa L.) herbal powder has been on a natural health supplement for over 3000 Years.
Black cumin Seeds and other ingredient provide immunity power for the body and acts as a natural source of energy.
Greenish Herbal is manufacturing the best quality of Black cumin Seed herbal powder without adding any chemicals & additives and has no preservatives.
</p>
</article>
</section>
<?php include("includes/footer.php"); ?>