Translate to html.
This commit is contained in:
parent
798aa67135
commit
ecf78aae7a
@ -104,14 +104,14 @@ export class MyWebdavApp extends HTMLElement {
|
||||
<footer class="app-footer">
|
||||
<nav class="footer-nav">
|
||||
<ul class="footer-links">
|
||||
<li><a href="/static/legal/privacy_policy.md" target="_blank" rel="noopener noreferrer">Privacy Policy</a></li>
|
||||
<li><a href="/static/legal/data_processing_agreement.md" target="_blank" rel="noopener noreferrer">Data Processing Agreement</a></li>
|
||||
<li><a href="/static/legal/terms_of_service.md" target="_blank" rel="noopener noreferrer">Terms of Service</a></li>
|
||||
<li><a href="/static/legal/cookie_policy.md" target="_blank" rel="noopener noreferrer">Cookie Policy</a></li>
|
||||
<li><a href="/static/legal/security_policy.md" target="_blank" rel="noopener noreferrer">Security Policy</a></li>
|
||||
<li><a href="/static/legal/compliance_statement.md" target="_blank" rel="noopener noreferrer">Compliance Statement</a></li>
|
||||
<li><a href="/static/legal/data_portability_deletion_policy.md" target="_blank" rel="noopener noreferrer">Data Portability & Deletion</a></li>
|
||||
<li><a href="/static/legal/contact_complaint_mechanism.md" target="_blank" rel="noopener noreferrer">Contact & Complaints</a></li>
|
||||
<li><a href="/static/legal/privacy_policy.html" target="_blank" rel="noopener noreferrer">Privacy Policy</a></li>
|
||||
<li><a href="/static/legal/data_processing_agreement.html" target="_blank" rel="noopener noreferrer">Data Processing Agreement</a></li>
|
||||
<li><a href="/static/legal/terms_of_service.html" target="_blank" rel="noopener noreferrer">Terms of Service</a></li>
|
||||
<li><a href="/static/legal/cookie_policy.html" target="_blank" rel="noopener noreferrer">Cookie Policy</a></li>
|
||||
<li><a href="/static/legal/security_policy.html" target="_blank" rel="noopener noreferrer">Security Policy</a></li>
|
||||
<li><a href="/static/legal/compliance_statement.html" target="_blank" rel="noopener noreferrer">Compliance Statement</a></li>
|
||||
<li><a href="/static/legal/data_portability_deletion_policy.html" target="_blank" rel="noopener noreferrer">Data Portability & Deletion</a></li>
|
||||
<li><a href="/static/legal/contact_complaint_mechanism.html" target="_blank" rel="noopener noreferrer">Contact & Complaints</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p class="footer-text">© ${new Date().getFullYear()} MyWebdav Cloud Storage. All rights reserved.</p>
|
||||
@ -172,14 +172,14 @@ export class MyWebdavApp extends HTMLElement {
|
||||
<footer class="app-footer">
|
||||
<nav class="footer-nav">
|
||||
<ul class="footer-links">
|
||||
<li><a href="/static/legal/privacy_policy.md" target="_blank" rel="noopener noreferrer">Privacy Policy</a></li>
|
||||
<li><a href="/static/legal/data_processing_agreement.md" target="_blank" rel="noopener noreferrer">Data Processing Agreement</a></li>
|
||||
<li><a href="/static/legal/terms_of_service.md" target="_blank" rel="noopener noreferrer">Terms of Service</a></li>
|
||||
<li><a href="/static/legal/cookie_policy.md" target="_blank" rel="noopener noreferrer">Cookie Policy</a></li>
|
||||
<li><a href="/static/legal/security_policy.md" target="_blank" rel="noopener noreferrer">Security Policy</a></li>
|
||||
<li><a href="/static/legal/compliance_statement.md" target="_blank" rel="noopener noreferrer">Compliance Statement</a></li>
|
||||
<li><a href="/static/legal/data_portability_deletion_policy.md" target="_blank" rel="noopener noreferrer">Data Portability & Deletion</a></li>
|
||||
<li><a href="/static/legal/contact_complaint_mechanism.md" target="_blank" rel="noopener noreferrer">Contact & Complaints</a></li>
|
||||
<li><a href="/static/legal/privacy_policy.html" target="_blank" rel="noopener noreferrer">Privacy Policy</a></li>
|
||||
<li><a href="/static/legal/data_processing_agreement.html" target="_blank" rel="noopener noreferrer">Data Processing Agreement</a></li>
|
||||
<li><a href="/static/legal/terms_of_service.html" target="_blank" rel="noopener noreferrer">Terms of Service</a></li>
|
||||
<li><a href="/static/legal/cookie_policy.html" target="_blank" rel="noopener noreferrer">Cookie Policy</a></li>
|
||||
<li><a href="/static/legal/security_policy.html" target="_blank" rel="noopener noreferrer">Security Policy</a></li>
|
||||
<li><a href="/static/legal/compliance_statement.html" target="_blank" rel="noopener noreferrer">Compliance Statement</a></li>
|
||||
<li><a href="/static/legal/data_portability_deletion_policy.html" target="_blank" rel="noopener noreferrer">Data Portability & Deletion</a></li>
|
||||
<li><a href="/static/legal/contact_complaint_mechanism.html" target="_blank" rel="noopener noreferrer">Contact & Complaints</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p class="footer-text">© ${new Date().getFullYear()} MyWebdav Cloud Storage. All rights reserved.</p>
|
||||
|
||||
25
static/legal/compliance_statement.html
Normal file
25
static/legal/compliance_statement.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Compliance Statement - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Compliance Statement</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Compliance Statement</h1>
|
||||
<p>This is a placeholder for the Compliance Statement.</p>
|
||||
<p>This document details alignment with regulatory frameworks such as the NIS2 Directive, Digital Services Act, and sector-specific standards like ISO/IEC 27001, including audit findings and certifications.</p>
|
||||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
static/legal/contact_complaint_mechanism.html
Normal file
25
static/legal/contact_complaint_mechanism.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact & Complaint Mechanism - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Contact & Complaint Mechanism</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Contact and Complaint Mechanism</h1>
|
||||
<p>This is a placeholder for the Contact and Complaint Mechanism.</p>
|
||||
<p>This document provides contact details and a defined mechanism for users to file complaints or raise concerns regarding data use or contract termination, and specifies the provider’s EU representative if the provider is not established in the EU.</p>
|
||||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
55
static/legal/cookie_policy.html
Normal file
55
static/legal/cookie_policy.html
Normal file
@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cookie Policy - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Cookie Policy</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Cookie Policy</h1>
|
||||
<p><strong>Last Updated:</strong> November 12, 2025</p>
|
||||
<p>This Cookie Policy (\"Agreement\") is entered into by and between:</p>
|
||||
<p><strong>Company:</strong> MyWebdav Technologies<br />
|
||||
Address: [Company Address]<br />
|
||||
Website: https://mywebdav.com </p>
|
||||
<p>and</p>
|
||||
<p><strong>User:</strong> Any individual or entity accessing or using the Website.</p>
|
||||
<h2>1. Purpose</h2>
|
||||
<p>This Agreement sets forth the terms under which the Company uses cookies and similar technologies on its Website. By accessing or using the Website, the User acknowledges and agrees to the use of cookies as described herein.</p>
|
||||
<h2>2. Definition of Cookies</h2>
|
||||
<p>Cookies are small text files stored on the User's device when visiting the Website. They help the Website recognize returning visitors, store user preferences, and improve overall performance and functionality.</p>
|
||||
<h2>3. Types of Cookies Used</h2>
|
||||
<p>The Website may use the following types of cookies:</p>
|
||||
<ul>
|
||||
<li><strong>Strictly Necessary Cookies</strong> – Essential for basic website functionality, such as page navigation and secure access to areas of the site.</li>
|
||||
<li><strong>Performance Cookies</strong> – Collect anonymous data to analyze website traffic and usage patterns.</li>
|
||||
<li><strong>Functional Cookies</strong> – Remember user choices and preferences to enhance the user experience.</li>
|
||||
<li><strong>Targeting/Advertising Cookies</strong> – Used to deliver relevant advertisements and track the effectiveness of marketing campaigns.</li>
|
||||
</ul>
|
||||
<h2>4. Third-Party Cookies</h2>
|
||||
<p>The Website may include cookies set by third-party services (such as Google Analytics, YouTube, or Facebook) to enable embedded content, analytics, or advertising features. These cookies are subject to the respective third parties' privacy and cookie policies.</p>
|
||||
<h2>5. Consent</h2>
|
||||
<p>By continuing to use the Website, the User consents to the use of cookies as outlined in this Agreement. Consent is obtained via a cookie banner or pop-up notice upon first visit. Users may withdraw or adjust consent at any time through browser settings or cookie preferences on the Website.</p>
|
||||
<h2>6. Cookie Duration</h2>
|
||||
<p>Cookies may be either "session" cookies (which expire when the browser is closed) or "persistent" cookies (which remain on the User's device for a specified period or until deleted).</p>
|
||||
<h2>7. Managing Cookies</h2>
|
||||
<p>Users can control, block, or delete cookies through their browser settings. However, disabling certain cookies may impair the functionality and user experience of the Website.</p>
|
||||
<h2>8. Policy Modifications</h2>
|
||||
<p>The Company reserves the right to amend or update this Cookie Policy at any time. Updated versions will be posted on the Website with the revised effective date.</p>
|
||||
<h2>9. Governing Law</h2>
|
||||
<p>This Agreement shall be governed by and construed in accordance with the laws of the Netherlands, without regard to its conflict of law principles.</p>
|
||||
<p><strong>Effective Date:</strong> November 12, 2025</p>
|
||||
<p>This Cookie Policy is effective as of the date first accessed by the User and remains in effect until superseded or amended.</p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
static/legal/data_portability_deletion_policy.html
Normal file
25
static/legal/data_portability_deletion_policy.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Data Portability & Deletion Policy - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Data Portability & Deletion Policy</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Data Portability and Deletion Policy</h1>
|
||||
<p>This is a placeholder for the Data Portability and Deletion Policy.</p>
|
||||
<p>This document outlines user rights regarding data portability (per the EU Data Act) and procedures for account/data deletion.</p>
|
||||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
static/legal/data_processing_agreement.html
Normal file
25
static/legal/data_processing_agreement.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Data Processing Agreement - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Data Processing Agreement</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Data Processing Agreement (DPA)</h1>
|
||||
<p>This is a placeholder for the Data Processing Agreement.</p>
|
||||
<p>This document sets out the terms under which personal data is processed, defining responsibilities between [Your Company Name] (as processor) and the customer (as controller), incorporating all GDPR Article 28.3 requirements.</p>
|
||||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
95
static/legal/privacy_policy.html
Normal file
95
static/legal/privacy_policy.html
Normal file
@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Privacy Policy - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Privacy Policy</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Privacy Policy</h1>
|
||||
<p><strong>Last Updated:</strong> November 12, 2025</p>
|
||||
<p>MyWebdav operates the mywebdav website and web application (the "Service"). This page informs you of our policies regarding the collection, use, and disclosure of personal information when you use our Service.</p>
|
||||
<p>If you choose to use our Service, you agree to the collection and use of information in relation to this policy. The personal information we collect is used to provide and improve the Service. We will not use or share your information except as described in this Privacy Policy.</p>
|
||||
<h2>Information We Collect</h2>
|
||||
<h3>Personal Information You Provide</h3>
|
||||
<p>When you register for an account, use our Service, or contact us, we may collect the following personally identifiable information:</p>
|
||||
<ul>
|
||||
<li>Name</li>
|
||||
<li>Email address</li>
|
||||
<li>Phone number (optional)</li>
|
||||
<li>Company name (optional)</li>
|
||||
<li>Any other information you provide in forms or communications</li>
|
||||
</ul>
|
||||
<h3>Information Collected Automatically</h3>
|
||||
<p>When you visit our Service, we automatically collect certain information, including:</p>
|
||||
<ul>
|
||||
<li>IP address</li>
|
||||
<li>Browser type and version</li>
|
||||
<li>Operating system</li>
|
||||
<li>Pages visited and time spent on pages</li>
|
||||
<li>Referring/exit pages</li>
|
||||
<li>Date and time of visits</li>
|
||||
<li>Device identifiers</li>
|
||||
</ul>
|
||||
<p>This information is collected through cookies and similar technologies.</p>
|
||||
<h2>How We Use Your Information</h2>
|
||||
<p>We use the information we collect for the following purposes:</p>
|
||||
<ul>
|
||||
<li>To provide, maintain, and improve our Service</li>
|
||||
<li>To create and manage your account</li>
|
||||
<li>To communicate with you (e.g., respond to inquiries, send updates)</li>
|
||||
<li>To personalize your experience</li>
|
||||
<li>To analyze usage and improve our Service</li>
|
||||
<li>To comply with legal obligations</li>
|
||||
<li>To prevent fraud and ensure security</li>
|
||||
</ul>
|
||||
<h2>Cookies and Tracking Technologies</h2>
|
||||
<p>We use cookies and similar technologies to enhance your experience. Cookies are small files stored on your device.</p>
|
||||
<h3>Types of Cookies We Use:</h3>
|
||||
<ul>
|
||||
<li><strong>Essential Cookies:</strong> Required for the Service to function (e.g., authentication)</li>
|
||||
<li><strong>Analytics Cookies:</strong> Help us understand how you use the Service (e.g., Google Analytics)</li>
|
||||
<li><strong>Functional Cookies:</strong> Remember your preferences</li>
|
||||
</ul>
|
||||
<p>You can control cookies through your browser settings. However, disabling cookies may affect Service functionality.</p>
|
||||
<h2>Sharing Your Information</h2>
|
||||
<p>We do not sell, trade, or rent your personal information to third parties. We may share your information in the following circumstances:</p>
|
||||
<ul>
|
||||
<li>With service providers who assist us (e.g., hosting, analytics), bound by confidentiality agreements</li>
|
||||
<li>When required by law or to protect our rights</li>
|
||||
<li>In connection with a business transfer (e.g., merger or sale)</li>
|
||||
</ul>
|
||||
<h2>Data Security</h2>
|
||||
<p>We implement appropriate security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the internet is 100% secure.</p>
|
||||
<h2>Your Rights</h2>
|
||||
<p>Depending on your location, you may have rights regarding your personal information, including:</p>
|
||||
<ul>
|
||||
<li>Access to your data</li>
|
||||
<li>Correction of inaccurate data</li>
|
||||
<li>Deletion of your data</li>
|
||||
<li>Restriction of processing</li>
|
||||
<li>Data portability</li>
|
||||
<li>Objection to processing</li>
|
||||
</ul>
|
||||
<p>To exercise these rights, contact us at <a href="mailto:privacy@mywebdav.com">privacy@mywebdav.com</a>.</p>
|
||||
<h2>Children's Privacy</h2>
|
||||
<p>Our Service is not intended for children under 13. We do not knowingly collect personal information from children under 13. If we become aware of such collection, we will delete the information promptly.</p>
|
||||
<h2>Changes to This Privacy Policy</h2>
|
||||
<p>We may update this Privacy Policy from time to time. We will notify you of changes by posting the new policy on this page and updating the "Last Updated" date.</p>
|
||||
<h2>Contact Us</h2>
|
||||
<p>If you have questions about this Privacy Policy, contact us at:</p>
|
||||
<p>Email: privacy@mywebdav.com
|
||||
Website: https://mywebdav.com</p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
static/legal/security_policy.html
Normal file
25
static/legal/security_policy.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Security Policy - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Security Policy</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Security Policy</h1>
|
||||
<p>This is a placeholder for the Security Policy.</p>
|
||||
<p>This document describes organizational and technical measures adopted by [Your Company Name], as required under NIS2 and GDPR, including breach notification procedures, access controls, and data encryption.</p>
|
||||
<p><strong>Legal professionals need to fill in the actual content.</strong></p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
68
static/legal/terms_of_service.html
Normal file
68
static/legal/terms_of_service.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!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 - MyWebdav Cloud Storage</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Terms of Service</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Terms of Service</h1>
|
||||
<p><strong>Last Updated:</strong> November 12, 2025</p>
|
||||
<p>Welcome to MyWebdav! These Terms of Service ("Terms") govern your use of the MyWebdav website and web application (the "Service") operated by MyWebdav Technologies ("we," "us," or "our").</p>
|
||||
<p>By accessing or using our Service, you agree to be bound by these Terms. If you do not agree to these Terms, please do not use the Service.</p>
|
||||
<h2>1. Acceptance of Terms</h2>
|
||||
<p>By creating an account or using the Service, you accept and agree to these Terms and our Privacy Policy, which is incorporated herein by reference.</p>
|
||||
<h2>2. Description of Service</h2>
|
||||
<p>MyWebdav is a web application that allows users to manage and share repositories, files, and collaborate on projects. The Service includes features such as repository creation, file storage, collaboration tools, and public browsing of repositories.</p>
|
||||
<h2>3. User Accounts</h2>
|
||||
<h3>3.1 Account Creation</h3>
|
||||
<p>To use certain features of the Service, you must create an account. You agree to provide accurate, current, and complete information during the registration process and to update such information to keep it accurate, current, and complete.</p>
|
||||
<h3>3.2 Account Security</h3>
|
||||
<p>You are responsible for safeguarding your account credentials. You agree not to disclose your password to any third party and to take sole responsibility for any activities or actions under your account.</p>
|
||||
<h3>3.3 Account Termination</h3>
|
||||
<p>We reserve the right to terminate or suspend your account at our discretion, without prior notice, for conduct that we believe violates these Terms or is harmful to other users, us, or third parties, or for any other reason.</p>
|
||||
<h2>4. Acceptable Use Policy</h2>
|
||||
<p>You agree not to use the Service to:</p>
|
||||
<ul>
|
||||
<li>Violate any applicable laws or regulations</li>
|
||||
<li>Infringe on intellectual property rights</li>
|
||||
<li>Distribute harmful, offensive, or illegal content</li>
|
||||
<li>Attempt to gain unauthorized access to our systems</li>
|
||||
<li>Interfere with the Service's operation</li>
|
||||
<li>Use the Service for spam or commercial solicitation without permission</li>
|
||||
</ul>
|
||||
<h2>5. Content Ownership and Rights</h2>
|
||||
<h3>5.1 Your Content</h3>
|
||||
<p>You retain ownership of the content you upload or create using the Service ("Your Content"). By uploading Your Content, you grant us a non-exclusive, royalty-free, worldwide license to use, display, and distribute Your Content solely for the purpose of providing the Service.</p>
|
||||
<h3>5.2 Our Content</h3>
|
||||
<p>All content provided by us, including but not limited to text, graphics, logos, and software, is our property or that of our licensors and is protected by intellectual property laws.</p>
|
||||
<h2>6. Privacy</h2>
|
||||
<p>Your privacy is important to us. Please review our Privacy Policy, which explains how we collect, use, and protect your information.</p>
|
||||
<h2>7. Payment Terms (if applicable)</h2>
|
||||
<p>If you use paid features of the Service, you agree to pay all applicable fees. Fees are non-refundable unless otherwise stated.</p>
|
||||
<h2>8. Disclaimers</h2>
|
||||
<p>The Service is provided "as is" without warranties of any kind. We do not warrant that the Service will be uninterrupted, error-free, or secure.</p>
|
||||
<h2>9. Limitation of Liability</h2>
|
||||
<p>To the fullest extent permitted by law, we shall not be liable for any indirect, incidental, special, or consequential damages arising out of or in connection with your use of the Service.</p>
|
||||
<h2>10. Indemnification</h2>
|
||||
<p>You agree to indemnify and hold us harmless from any claims, damages, or expenses arising from your use of the Service or violation of these Terms.</p>
|
||||
<h2>11. Governing Law</h2>
|
||||
<p>These Terms shall be governed by and construed in accordance with the laws of the Netherlands, without regard to its conflict of law provisions.</p>
|
||||
<h2>12. Changes to Terms</h2>
|
||||
<p>We reserve the right to modify these Terms at any time. We will notify users of changes by posting the updated Terms on our website.</p>
|
||||
<h2>13. Contact Us</h2>
|
||||
<p>If you have questions about these Terms, please contact us at legal@mywebdav.com.</p>
|
||||
<p>By using MyWebdav, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service.</p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/">Back to MyWebdav</a>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user