Viewing: Disclaimer.php
<?php
session_start();
include 'header.php';
?>
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2> Disclaimer</h2>
</div>
<div class="row">
<div class="col-lg-12 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
The information contained in this website is for general information purposes only. The information is provided by [www.blissfintrip.com], a property of One Bliss Enterprise Llp. While we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.
</div>
<div class="col-lg-12 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.
</div>
<div class="col-lg-12 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
Through this website you are able to link to other websites which are not under the control of One Bliss Enterprise Llp. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.
</div>
<div class="col-lg-12 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
Every effort is made to keep the website up and running smoothly. However, One Bliss Enterprise Llp takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control.
</div>
</div>
</section><!-- End About Section -->
<?php
include 'footer.php';
?>
Back to File Manager