Files
myAi/web/wwwroot/legal/terms-en.html
T
claude fc2dd721e4
Build and Push Docker Images / build (push) Successful in 29s
Initial commit
2026-05-02 21:31:31 +03:00

83 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions - easySoft</title>
<meta name="description" content="Rules for using the easySoft website and the general conditions applicable to the published content and materials.">
<link rel="stylesheet" href="css/legal.css">
</head>
<body>
<div class="wrap">
<div class="topbar">
<a class="brand" href="\" aria-label="easySoft home">
<div class="brand-badge">
<img src="\logo.png" alt="easySoft">
</div>
<div class="brand-copy">easySoft<small>Legal pages</small></div>
</a>
<div class="switcher">
<a href="terms-ro.html" class="lang-link " data-lang="ro" aria-label="Română">
<img src="img/flags/ro.svg" alt="Română">
</a>
<a href="terms-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">Terms of use</div>
<h1>Terms and Conditions</h1>
<p>Rules for using the easySoft website and the general conditions applicable to the published content and materials.</p>
</div>
<div class="content">
<div class="notice"><strong>Terms and Conditions</strong> govern the use of the easySoft website and the way users may access the information and materials published on it.</div>
<h2>1. General information</h2>
<p>The easySoft website is operated to present the software products and services offered, including applications for dental offices, inventory management, and backup.</p>
<h2>2. Acceptance of terms</h2>
<p>By accessing and using this website, you accept these terms of use. If you do not agree, please do not use the website.</p>
<h2>3. Use of content</h2>
<p>The website content is provided for informational and commercial purposes only. Copying, distributing, modifying, or republishing content without prior approval is not permitted.</p>
<h2>4. Intellectual property</h2>
<p>Texts, images, graphic elements, logos, and the website structure belong to easySoft or are used under lawful rights. All rights are reserved.</p>
<h2>5. Limitation of liability</h2>
<p>We make efforts to keep information accurate and up to date, but we do not guarantee that the website is free of errors or interruptions. Use of the information is at your own risk.</p>
<h2>6. External links</h2>
<p>The website may contain links to third-party websites. We are not responsible for the content or policies of those external websites.</p>
<h2>7. Data protection</h2>
<p>Processing of personal data is described in the <a href="privacy-en.html">Privacy Policy</a>, and the use of cookies is explained in the <a href="cookies-en.html">Cookies Policy</a>.</p>
<h2>8. Changes</h2>
<p>We reserve the right to modify these terms at any time. The updated version will be published on the website.</p>
<h2>9. Governing law</h2>
<p>These terms are governed by the laws of Romania. Any disputes will be settled by the competent courts in Romania.</p>
<p class="meta">Last updated: 2026-03-26</p>
</div>
<div class="footer">
<small>©2026 easySoft. 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>