-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.php
executable file
·47 lines (37 loc) · 1.21 KB
/
privacy.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
<?php
// [INCLUDE] //
include('./common/session.php');
?>
<!-- [HTML] ------------------------------------------------------->
<?php include('header.php'); ?>
<!-- [SPACER] -->
<section class="w3l-about-breadcrumb position-relative text-center">
<div class="breadcrumb-bg breadcrumb-bg-about py-sm-5 py-4">
<div class="container py-lg-5 py-3">
<h2 class="title">Privacy policy</h2>
</div>
</div>
</section>
<!-- /content-6-->
<section class="w3l-content-6 report-section">
<div class="container">
<div class="content-info-in row">
<div class="col-lg-12">
<h2>Immediate, and No Questions Asked</h2>
<p>
We offer a full refund to all clients. No Questions asked.
You may use our automated support line to issue yourself a full refund.
refund Email: [email protected] Alternatively you may
request a refund from our live chat located at the bottom right of
the website.
</p>
</div>
</div>
</div>
</section>
<?php include('./components/Contact.php'); ?>
<?php include('footer.php'); ?>
<?php include('./common/bottom_script.php'); ?>
<!-- [SCRIPT] ------------------------------------------------------->
</body>
</html>