Server : Apache System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : nobody ( 99) PHP Version : 8.1.23 Disable Function : NONE Directory : /home/dnlcambodia/www/ |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Terms of Service | DNL - Dynamic Network Logistics</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <style> body { background-color: #f8f9fa; /* Light background color */ color: #333; /* Text color */ } header { background-color: #007bff; /* Bootstrap primary color */ color: #fff; /* Text color */ padding: 20px; text-align: center; margin-bottom: 20px; } main { padding: 20px; } footer { background-color: #007bff; /* Bootstrap primary color */ color: #fff; /* Text color */ padding: 20px; text-align: center; position: fixed; bottom: 0; width: 100%; } h1, h2, h3 { color: #007bff; /* Heading color */ } p { line-height: 1.6; } </style> </head> <body> <header> <h1>DNL - Dynamic Network Logistics</h1> <p>Terms of Service</p> </header> <main class="container"> <section> <h2>Introduction</h2> <p>These terms and conditions ("Terms", "Agreement") are an agreement between DNL - Dynamic Network Logistics ("DNL", "us", "we" or "our") and you ("User", "you" or "your"). This Agreement sets forth the general terms and conditions of your use of the <a href="http://www.dnl.com.kh">http://www.dnl.com.kh</a> website and any of its products or services (collectively, "Website" or "Services").</p> </section> <section> <h2>Accounts and Membership</h2> <p>If you create an account with us, you are responsible for maintaining the security of your account and you are fully responsible for all activities that occur under the account and any other actions taken in connection with it.</p> <!-- Add more detailed terms and conditions about accounts and membership --> </section> <section> <h2>Intellectual Property</h2> <p>The Website and its original content, features, and functionality are owned by DNL - Dynamic Network Logistics and are protected by international copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.</p> <!-- Add more detailed terms and conditions about intellectual property --> </section> </main> <footer> <p>© 2024 DNL - Dynamic Network Logistics. All rights reserved.</p> </footer> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> </body> </html>