f0ckv2/views/terms.html
2025-03-28 01:33:57 +01:00

40 lines
2.7 KiB
HTML

@include(snippets/header)
<div id="main">
<div class="tos">
<p>Terms of Service</p>
<ol>
<li>Acceptance of Terms</li>
<p>By accessing and using this website, you acknowledge that your access is a privilege, not a right. If you do not agree with these terms, you are free to leave at any time.</p>
<li>No Claims</li>
<p>Visitors to this website have no claims whatsoever against the website owner or operators. Access to the website and its content is provided as-is, with no guarantees, warranties, or entitlements of any kind.</p>
<li>No Liability</li>
<p>This website and its operators assume no liability for any errors, omissions, inaccuracies, or any other issues that may arise from the use of this site. Use of this website is entirely at your own risk.</p>
<li>No Warranty</li>
<p>There is no warranty regarding the completeness, accuracy, reliability, or availability of the content provided on this website. The content may change at any time without notice.</p>
<li>Compliance with Requests</li>
<p>The website owner reserves the right to remove content, restrict access, or comply with any valid legal or personal requests at their sole discretion.</p>
<li>Changes to Terms</li>
<p>These terms may be updated at any time without prior notice. It is your responsibility to review them periodically.</p>
</ol>
<p>Data Privacy</p>
<ol>
<li>No Data Logging</li>
<p>This website does not collect, store, or log any personal data, including IP addresses or other identifying information. No server-side logs are maintained.</p>
<li>Use of Cookies</li>
<p>Upon changing the theme, a single cookie is set. This cookie solely stores the name of the currently active theme to enhance the visual experience. It does not contain any personal data, tracking information, or other identifiers.</p>
<li>Cookie Control</li>
<p>The cookie is purely of cosmetic nature and not essential for the website's functionality. Users can disable cookies for this website entirely via their browser settings without affecting their ability to access and use the site.</p>
<li>No Third-Party Tracking</li>
<p>This website does not use third-party tracking services, analytics tools, or embedded content that collects user data.</p>
<li>Changes to This Policy</li>
<p>This privacy policy may be updated from time to time. Users are encouraged to review it periodically to stay informed about any changes.</p>
<p>By using this website, you acknowledge and accept the terms of service and the data privacy policy.</p>
</ol>
</div>
</div>
@include(snippets/footer)