-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
executable file
·22 lines (18 loc) · 1.2 KB
/
about.php
File metadata and controls
executable file
·22 lines (18 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include 'common_head.php' ?>
<div id="content" class="float_r">
<h1>About Us</h1>
<div class="cleaner"></div>
<blockquote align="justify">Hello!<br />
<p>
It's nice of you to take the time to get to know us better. Here are some things about us that we thought you might like to know.
WishCart went live in 2007 with the objective of making Greeting Cards easily available to anyone who had internet access. Today, we're present across various categories including a large collection of physical cards and E-Cards!<br />
</p>
<p>
Be it our path-breaking services like Cash on Delivery, a 30-day replacement policy, EMI options, free shipping - and of course the great prices that we offer, everything we do revolves around our obsession with providing our customers a memorable online shopping experience. Then there's our dedicated Wishcart delivery partners who work round the clock to personally make sure the packages reach on time.
So it's no surprise that we're a favourite online shopping destination.
</p>
</blockquote>
</div>
<div class="cleaner"></div>
</div> <!-- END of templatemo_main -->
<?php include 'common_foot.php' ?>