-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
<title>Terms of Service - [Your App Name]</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background: #f9f9f9;
color: #333;
}
header {
background: #222;
color: #fff;
padding: 20px;
text-align: center;
}
main {
max-width: 800px;
margin: 30px auto;
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
h1, h2 {
color: #222;
}
section {
margin-bottom: 20px;
}
footer {
text-align: center;
padding: 15px;
font-size: 14px;
background: #f1f1f1;
margin-top: 30px;
}
</style>
Terms of Service
Effective Date: September 16, 2025
Welcome to [Your App Name]! Please read these Terms of Service ("Terms") carefully before using our application. By downloading, accessing, or using the app, you agree to be bound by these Terms.
<section>
<h2>1. Use of the App</h2>
<ul>
<li>You must be at least 13 years old (or the minimum legal age in your country) to use the app.</li>
<li>You agree not to misuse the app, interfere with its operation, or attempt to access it using unauthorized methods.</li>
</ul>
</section>
<section>
<h2>2. Accounts</h2>
<ul>
<li>You may need to create an account to use some features.</li>
<li>You are responsible for maintaining the confidentiality of your account information.</li>
<li>You are responsible for all activity under your account.</li>
</ul>
</section>
<section>
<h2>3. Intellectual Property</h2>
<p>All content, trademarks, and materials in the app are the property of <strong>[Your Company/App Name]</strong> or its licensors. You may not copy, modify, or distribute our content without permission.</p>
</section>
<section>
<h2>4. Prohibited Activities</h2>
<p>You agree not to:</p>
<ul>
<li>Use the app for unlawful purposes.</li>
<li>Attempt to reverse engineer, hack, or disrupt the app.</li>
<li>Share harmful or offensive content.</li>
</ul>
</section>
<section>
<h2>5. Disclaimer of Warranties</h2>
<p>The app is provided "as is" without warranties of any kind. We do not guarantee uninterrupted or error-free service.</p>
</section>
<section>
<h2>6. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, <strong>[Your Company/App Name]</strong> is not responsible for any damages arising from your use of the app.</p>
</section>
<section>
<h2>7. Termination</h2>
<p>We may suspend or terminate your access to the app if you violate these Terms.</p>
</section>
<section>
<h2>8. Changes to Terms</h2>
<p>We may update these Terms at any time. Updates will be posted with a new effective date. Continued use of the app means you accept the changes.</p>
</section>
<section>
<h2>9. Contact Us</h2>
<p>If you have any questions about these Terms, contact us at:</p>
<p>📧 <strong>[[email protected])</strong></p>
</section>
© 2025 [Your Company/App Name]. All rights reserved.