Bkl / terms.php
Hydui's picture
Upload 17 files
34664bd verified
Raw
History Blame Contribute Delete
2.17 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms & Conditions | CR-Remover</title>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap" rel="stylesheet">
<style>
body { background: #0a0a0a; color: #ddd; font-family: 'Outfit', sans-serif; line-height: 1.6; padding: 40px 20px; }
.container { max-width: 800px; margin: auto; background: #111; padding: 30px; border-radius: 10px; border: 1px solid #333; }
h1 { color: #00e5ff; border-bottom: 1px solid #333; padding-bottom: 10px; }
h3 { color: #fff; margin-top: 20px; }
p, li { font-size: 0.95rem; color: #aaa; }
</style>
</head>
<body>
<div class="container">
<h1>Terms & Conditions</h1>
<p>Last Updated: March 2026</p>
<h3>1. Acceptance of Terms</h3>
<p>By using CR-Remover, you agree to these terms. If you do not agree, do not use our services. We provide an AI-based video processing tool "as is".</p>
<h3>2. User Responsibilities & Absolute Assumption of Risk</h3>
<p><strong>YOU USE THIS TOOL AT YOUR OWN STRICT RISK.</strong> We provide a software utility. We do not endorse, promote, or encourage copyright infringement. It is your sole responsibility to ensure you have the legal right to modify and use the videos you upload.</p>
<h3>3. No Liability for Account Bans</h3>
<p>If you upload videos processed by our tool to YouTube, Instagram, Facebook, or any other platform and your account gets suspended, banned, or receives a copyright strike, <strong>WE ARE NOT RESPONSIBLE.</strong> We hold zero liability for your actions.</p>
<h3>4. Service Availability & Limits</h3>
<p>Purchasing a pass gives you 24-hour access with specific video limits. We reserve the right to modify these limits, block accounts, or shut down the service at any time without prior notice.</p>
<br><a href="index.php" style="color:#00e5ff;">← Back to Home</a>
</div>
</body>
</html>