-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
37 lines (29 loc) · 917 Bytes
/
about.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
<?php
include ('php/connect_db.php');
/*-header bar---*/
include('php/header.php');
?>
<html>
<!--- A MNgo Creation by: Aditya Suman (http://www.mngo.in/aditya.php)-->
<head>
<title>About Us | Catchfreedeal</title>
</head>
<body>
<div class="page_content">
<h4 class="content_deal_h4">About Us</h4>
<div class="career_div">
CatchFreeDeal is one of the top online shopping deals and coupon portals in India. CatchFreeDeal is the 1st of its kind digital bargainer that bargains for you every time you shop online.
We provide Exclusive Deals from online retailers.
</div>
<h4 class="content_deal_h4">Our Mission</h4>
<div class="career_div">
CatchFreeDeal offers extra discounts via promo code, discount coupons, bargains, cash rewards, freebies, gift vouchers, promotional codes etc.
</div>
<!----footer------>
<br><br><br><br>
<?php
include('php/footer.php');
?>
</div>
</body>
</html>