Files
myAi/web/wwwroot/legal/cookies-en.html
T
claude 86993fbc66
Build and Push Docker Images / build (push) Successful in 13s
Changes
2026-05-04 14:34:38 +03:00

87 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookies Policy - myAi</title>
<meta name="description" content="Information about how cookies are used on the myAi website and how browser preferences can be managed.">
<link rel="stylesheet" href="css/legal.css">
</head>
<body>
<div class="wrap">
<div class="topbar">
<a class="brand" href="/" aria-label="Back">
<span class="brand-mark">
<img src="/img/myai-logo.svg" alt="MyAi.ro">
</span>
<span>
<span class="brand-text">Back</span>
</span>
</a>
<div class="switcher">
<a href="cookies-ro.html" class="lang-link " data-lang="ro" aria-label="Română">
<img src="img/flags/ro.svg" alt="Română">
</a>
<a href="cookies-en.html" class="lang-link active" data-lang="en" aria-label="English">
<img src="img/flags/en.svg" alt="English">
</a>
</div>
</div>
<div class="hero">
<div class="kicker">Cookies</div>
<h1>Cookies Policy</h1>
<p>Information about how cookies are used on the myAi website and how browser preferences can be managed.</p>
</div>
<div class="content">
<div class="notice"><strong>Cookies Policy</strong> explains how myAi uses cookies for website operation, analytics, and improving user experience.</div>
<h2>1. What cookies are</h2>
<p>Cookies are small files stored on your device when you visit a website. They help the site function correctly and remember certain preferences.</p>
<h2>2. Types of cookies we may use</h2>
<ul>
<li><strong>Essential cookies</strong> required for the basic operation of the website</li>
<li><strong>Analytics cookies</strong> used to understand how the website is used</li>
<li><strong>Preference cookies</strong> used to remember language or other selected options</li>
<li><strong>Marketing cookies</strong> only if explicitly enabled and used</li>
</ul>
<h2>3. Why we use cookies</h2>
<p>We use cookies for:</p>
<ul>
<li>ensuring technical operation of the website</li>
<li>improving performance and usability</li>
<li>remembering visitor settings</li>
<li>aggregated statistical analysis</li>
</ul>
<h2>4. Managing cookies</h2>
<p>You can control or delete cookies from your browser settings. You can also block certain categories of cookies, but doing so may affect some parts of the website.</p>
<h2>5. Third-party cookies</h2>
<p>Some services embedded on the website may set their own cookies, for example analytics services or external content. Those cookies are governed by the respective providers policies.</p>
<h2>6. Updates</h2>
<p>This policy may be updated periodically. The current version will remain published on the website.</p>
<p class="meta">Last updated: 2026-03-26</p>
</div>
<div class="footer">
<small>©2026 myAi. All rights reserved.</small>
<div class="footer-links">
<a href="terms-en.html">Terms and Conditions</a>
<a href="privacy-en.html">Privacy Policy</a>
<a href="cookies-en.html">Cookies Policy</a>
</div>
</div>
</div>
<script src="js/legal.js"></script>
</body>
</html>