UNPKG

conextra

Version:

Conextra for Web Development. Helps create a SPWA (Single-page Progressive Web Application).

100 lines (95 loc) 5.55 kB
<!DOCTYPE html> <html> <head> <title>Terms of Service</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" /> <script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css" /> <script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/prism.min.js"></script> <style> #list-headers ul { list-style: none; padding-left: .5em; } #list-headers > ul { padding: 0; } #list-headers h1, h2, h3, h4, h5 { white-space: nowrap; } .markdown-body { padding-left: 2em; } @media (min-width: 992px) { .vh-lg-100{ height: 100vh !important; } } </style> </head> <body> <h1 id="terms-of-service">Terms of Service</h1> <h2 id="general-information">General Information</h2> <p>These Terms of Service set forth the rules and conditions under which you may use our website and services. By using our service, you confirm that you have read, understood, and agree to these terms. If you do not agree with these terms, please refrain from using our services.</p> <h2 id="use-of-the-service-and-user-responsibilities">1. Use of the Service and User Responsibilities</h2> <ul> <li>By using the service, you confirm that you are at least 18 years old or that you have the legal right to use the service.</li> <li>All information provided during registration or account creation must be accurate, complete, and up to date.</li> <li>You are solely responsible for maintaining the confidentiality of your account and password. All activities conducted through your account will be considered your responsibility.</li> </ul> <h2 id="changes-to-the-terms">2. Changes to the Terms</h2> <p>We reserve the right to change or update these Terms of Service at any time. All changes will take effect immediately upon being posted on our website. Continued use of the service after such updates will be deemed acceptance of the modified terms.</p> <h2 id="permitted-and-prohibited-activities">3. Permitted and Prohibited Activities</h2> <p>By using the service, you agree not to:</p> <ul> <li>Violate any applicable laws or regulations.</li> <li>Engage in fraudulent or unethical behavior.</li> <li>Infringe upon the intellectual property or other rights of third parties.</li> <li>Distribute viruses, malware, or any other harmful software.</li> <li>Engage in any activities that could impair the functioning of our service or interfere with the rights and interests of other users.</li> </ul> <h2 id="intellectual-property-rights">4. Intellectual Property Rights</h2> <p>All content displayed in our service (including texts, images, logos, and other materials) belongs to us or our licensors and is protected by intellectual property rights. It is your sole responsibility to ensure that you do not copy, distribute, modify, or publish such content without our written consent.</p> <h2 id="limitation-of-liability-and-disclaimers">5. Limitation of Liability and Disclaimers</h2> <p>The service is provided &quot;as is&quot; without any express or implied warranties. We do not guarantee that the service will operate uninterrupted or error-free and will not be liable for any errors, loss of data, or other issues that may occur during the use of the service. All liabilities, whether contractual or otherwise, are limited to the fullest extent permitted by law.</p> <h2 id="modifications-and-termination-of-the-service">6. Modifications and Termination of the Service</h2> <p>We reserve the right to modify, update, or discontinue the service and its content at any time without prior notice. We also reserve the right to suspend or terminate user access to our service if your actions violate these terms or if there is a reasonable basis to believe that your activities could harm our service or the rights of other users.</p> <h2 id="governing-law-and-dispute-resolution">7. Governing Law and Dispute Resolution</h2> <p>These Terms of Service are governed by the laws of the Republic of Estonia. Any disputes arising from these terms shall be resolved in the competent courts of Estonia.</p> <h2 id="contact-information">8. Contact Information</h2> <p>If you have any questions or comments regarding these Terms of Service, please contact us:</p> <ul> <li><strong>Email:</strong> info@yourcompany.com</li> <li><strong>Phone:</strong> +372 1234567</li> <li><strong>Address:</strong> Your company's address, City, Country</li> </ul> <hr /> <p><em>Last updated: [Date]</em></p> <p><em>Please note that this document is a general template and should be further tailored to meet the specific needs of your service and comply with applicable legal requirements.</em></p> <script> (function () { 'use strict'; var isIE = !!document.documentMode; // Detect IE if (!isIE) { // list-group style for headers document.querySelectorAll('#list-headers a') .forEach(function (a) { a.classList.add('list-group-item', 'list-group-item-action') }); } })(); </script> </body> </html>