File: /var/www/www-root/data/www/peeer.click/terms-of-service.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - AI Prompts 2026</title>
<style>
/* Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.7;
color: #1a1a1a;
background-color: #fefefe;
max-width: 800px;
margin: 0 auto;
padding: 0 20px 60px;
}
/* Header */
header {
padding: 40px 0 30px;
border-bottom: 2px solid #eaeaea;
margin-bottom: 40px;
}
.logo {
font-size: 28px;
font-weight: 800;
color: transparent;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
background-clip: text;
text-decoration: none;
display: block;
margin-bottom: 20px;
}
.back-link {
color: #4a5568;
text-decoration: none;
font-size: 14px;
margin-bottom: 15px;
display: inline-block;
}
.back-link:hover {
color: #2d3748;
text-decoration: underline;
}
/* Terms Header */
.terms-header {
margin-bottom: 40px;
}
.terms-title {
font-size: 2.2rem;
font-weight: 800;
color: #2d3748;
line-height: 1.2;
margin-bottom: 10px;
}
.last-updated {
color: #718096;
font-size: 14px;
font-style: italic;
margin-bottom: 20px;
}
/* Content */
.content {
font-size: 16px;
margin-bottom: 50px;
}
.intro {
font-size: 18px;
color: #4a5568;
font-weight: 500;
margin-bottom: 30px;
padding: 20px;
background: #f7fafc;
border-left: 4px solid #667eea;
border-radius: 0 8px 8px 0;
}
h2 {
font-size: 1.6rem;
color: #2d3748;
margin: 40px 0 20px;
padding-bottom: 10px;
border-bottom: 2px solid #edf2f7;
}
h3 {
font-size: 1.3rem;
color: #4a5568;
margin: 30px 0 15px;
}
p {
margin-bottom: 20px;
text-align: justify;
}
ul, ol {
margin: 0 0 20px 30px;
}
li {
margin-bottom: 10px;
position: relative;
padding-left: 5px;
}
/* Terms Sections */
.terms-section {
margin-bottom: 35px;
padding: 25px;
background: white;
border-radius: 8px;
border: 1px solid #e2e8f0;
}
.section-title {
font-size: 1.4rem;
color: #2d3748;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #eaeaea;
}
/* Important Notice */
.important-notice {
background: #fff5f5;
border: 2px solid #fc8181;
border-radius: 8px;
padding: 25px;
margin: 30px 0;
}
.notice-title {
color: #c53030;
font-weight: 700;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.notice-title::before {
content: "⚠️";
}
/* Acceptable Use */
.use-policy {
background: #f0fff4;
border: 1px solid #9ae6b4;
border-radius: 8px;
padding: 25px;
margin: 30px 0;
}
.use-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 20px 0;
}
.use-item {
background: white;
padding: 20px;
border-radius: 6px;
border: 1px solid #e2e8f0;
}
.use-good {
border-left: 4px solid #48bb78;
}
.use-bad {
border-left: 4px solid #f56565;
}
.use-label {
font-weight: 700;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.use-good .use-label {
color: #276749;
}
.use-bad .use-label {
color: #c53030;
}
.use-good .use-label::before {
content: "✓";
color: #48bb78;
font-weight: bold;
}
.use-bad .use-label::before {
content: "✗";
color: #f56565;
font-weight: bold;
}
/* Intellectual Property */
.ip-section {
background: #e6fffa;
border: 1px solid #81e6d9;
border-radius: 8px;
padding: 25px;
margin: 30px 0;
}
.ip-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px 0;
}
.ip-card {
background: white;
padding: 20px;
border-radius: 6px;
border: 1px solid #e2e8f0;
text-align: center;
}
.ip-icon {
font-size: 2rem;
margin-bottom: 15px;
display: block;
}
.ip-title {
font-weight: 700;
color: #2d3748;
margin-bottom: 10px;
}
/* Liability Disclaimer */
.disclaimer {
background: #faf089;
border: 2px solid #d69e2e;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
}
.disclaimer-title {
color: #744210;
font-weight: 700;
margin-bottom: 15px;
text-align: center;
}
/* Termination */
.termination-section {
background: #fed7d7;
border: 1px solid #fc8181;
border-radius: 8px;
padding: 25px;
margin: 30px 0;
}
.termination-reasons {
margin: 20px 0;
}
.reason-item {
background: white;
padding: 15px;
border-radius: 6px;
margin-bottom: 10px;
border-left: 4px solid #f56565;
}
/* Governing Law */
.law-section {
background: #ebf8ff;
border: 2px solid #90cdf4;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
text-align: center;
}
.law-title {
font-size: 1.5rem;
color: #2d3748;
margin-bottom: 20px;
}
/* Agreement Section */
.agreement-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 40px;
border-radius: 12px;
margin: 50px 0;
text-align: center;
}
.agreement-title {
font-size: 1.8rem;
margin-bottom: 20px;
}
.agreement-text {
opacity: 0.9;
margin-bottom: 25px;
}
/* Contact Section */
.contact-section {
background: #f7fafc;
border: 2px solid #cbd5e0;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
text-align: center;
}
.contact-title {
font-size: 1.5rem;
color: #2d3748;
margin-bottom: 20px;
}
/* Footer */
footer {
margin-top: 60px;
padding-top: 40px;
border-top: 2px solid #eaeaea;
text-align: center;
color: #718096;
font-size: 14px;
}
/* Responsive */
@media (max-width: 768px) {
.terms-title {
font-size: 1.8rem;
}
.content {
font-size: 15px;
}
.terms-section {
padding: 20px;
}
.use-list,
.ip-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<a href="/" class="logo">AI Prompts 2026</a>
<div>
<a href="/" class="back-link">← Back to Home</a>
</div>
</header>
<main>
<div class="terms-header">
<h1 class="terms-title">Terms of Service</h1>
<div class="last-updated">Last Updated: March 5, 2026</div>
</div>
<div class="content">
<div class="intro">
Welcome to AI Prompts 2026. By accessing and using our website, you accept and agree to be bound by these Terms of Service. Please read them carefully before using our services.
</div>
<div class="important-notice">
<div class="notice-title">Important Legal Notice</div>
<p>These Terms of Service constitute a legally binding agreement between you and AI Prompts 2026. By using our website, you acknowledge that you have read, understood, and agree to be bound by these terms. If you do not agree with any part of these terms, you must not use our website.</p>
</div>
<div class="terms-section">
<h2 class="section-title">1. Acceptance of Terms</h2>
<p>By accessing and using AI Prompts 2026 ("the Website"), you accept and agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using or accessing this site.</p>
<h3>1.1 Eligibility</h3>
<p>You must be at least 16 years of age to use our Website. By using the Website, you represent and warrant that you meet this age requirement and have the legal capacity to enter into these Terms.</p>
<h3>1.2 Updates to Terms</h3>
<p>We reserve the right to modify these Terms at any time. We will notify users of any material changes by posting the new Terms on this page and updating the "Last Updated" date. Your continued use of the Website after any changes constitutes your acceptance of the new Terms.</p>
</div>
<div class="terms-section">
<h2 class="section-title">2. Description of Service</h2>
<p>AI Prompts 2026 provides:</p>
<ul>
<li>Educational content about AI prompt engineering</li>
<li>Free prompt templates and examples</li>
<li>Articles and guides about AI technologies</li>
<li>Community resources for AI enthusiasts</li>
<li>Tools and techniques for effective AI communication</li>
</ul>
<h3>2.1 Free Access</h3>
<p>Currently, all content on AI Prompts 2026 is provided free of charge. We reserve the right to introduce premium features or subscription plans in the future, with appropriate notice to users.</p>
<h3>2.2 No Professional Advice</h3>
<p>The content on our Website is for informational and educational purposes only. It does not constitute professional advice of any kind. You should seek appropriate professional advice for your specific situation.</p>
</div>
<div class="terms-section">
<h2 class="section-title">3. User Accounts and Registration</h2>
<p>Currently, AI Prompts 2026 does not require user accounts for accessing content. However, if we introduce account-based features in the future:</p>
<ul>
<li>You must provide accurate and complete registration information</li>
<li>You are responsible for maintaining the confidentiality of your account credentials</li>
<li>You are responsible for all activities that occur under your account</li>
<li>You must notify us immediately of any unauthorized use of your account</li>
</ul>
</div>
<div class="terms-section">
<h2 class="section-title">4. Acceptable Use Policy</h2>
<div class="use-policy">
<h3>Permitted Uses</h3>
<div class="use-list">
<div class="use-item use-good">
<div class="use-label">Personal Learning</div>
<p>Using our content for personal education and skill development</p>
</div>
<div class="use-item use-good">
<div class="use-label">Professional Development</div>
<p>Applying our prompts and techniques in your professional work</p>
</div>
<div class="use-item use-good">
<div class="use-label">Educational Purposes</div>
<p>Using our content for teaching or academic research</p>
</div>
</div>
<h3 style="margin-top: 30px;">Prohibited Uses</h3>
<div class="use-list">
<div class="use-item use-bad">
<div class="use-label">Illegal Activities</div>
<p>Using our content for any unlawful purpose or activity</p>
</div>
<div class="use-item use-bad">
<div class="use-label">Malicious Content</div>
<p>Creating prompts for harmful, abusive, or dangerous purposes</p>
</div>
<div class="use-item use-bad">
<div class="use-label">Commercial Exploitation</div>
<p>Reselling or commercially exploiting our content without permission</p>
</div>
<div class="use-item use-bad">
<div class="use-label">Automated Access</div>
<p>Using bots, scrapers, or automated systems to access our website</p>
</div>
</div>
</div>
</div>
<div class="terms-section">
<h2 class="section-title">5. Intellectual Property Rights</h2>
<div class="ip-section">
<p>All content on AI Prompts 2026 is protected by intellectual property laws:</p>
<div class="ip-grid">
<div class="ip-card">
<div class="ip-icon">©️</div>
<div class="ip-title">Copyright</div>
<p>All written content, designs, and layouts are copyrighted</p>
</div>
<div class="ip-card">
<div class="ip-icon">™️</div>
<div class="ip-title">Trademarks</div>
<p>"AI Prompts 2026" and our logo are our trademarks</p>
</div>
<div class="ip-card">
<div class="ip-icon">📝</div>
<div class="ip-title">Content License</div>
<p>Prompt templates are provided under Creative Commons Attribution-NonCommercial 4.0</p>
</div>
</div>
<h3 style="margin-top: 25px;">5.1 User Content</h3>
<p>If you submit any content to us (comments, feedback, suggestions):</p>
<ul>
<li>You retain ownership of your content</li>
<li>You grant us a worldwide, non-exclusive license to use, display, and distribute your content</li>
<li>You represent that you have the right to submit the content</li>
<li>You agree that your content does not violate any third-party rights</li>
</ul>
</div>
</div>
<div class="terms-section">
<h2 class="section-title">6. AI-Generated Content Disclaimer</h2>
<div class="disclaimer">
<div class="disclaimer-title">Important Disclaimer About AI Content</div>
<p>Our website provides prompts and techniques for interacting with AI systems. We are not responsible for:</p>
<ul style="color: #744210;">
<li>The accuracy, reliability, or quality of AI-generated content</li>
<li>Any consequences resulting from the use of AI-generated content</li>
<li>Legal or ethical implications of AI-generated content</li>
<li>Errors, omissions, or biases in AI system outputs</li>
</ul>
<p style="margin-top: 15px; font-weight: 600;">You assume full responsibility for how you use AI tools and the content they generate.</p>
</div>
</div>
<div class="terms-section">
<h2 class="section-title">7. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, AI Prompts 2026 shall not be liable for:</p>
<ul>
<li>Any indirect, incidental, special, consequential, or punitive damages</li>
<li>Loss of profits, data, use, goodwill, or other intangible losses</li>
<li>Damages resulting from your use or inability to use the service</li>
<li>Unauthorized access to or alteration of your transmissions or data</li>
<li>Statements or conduct of any third party on the service</li>
</ul>
<h3>7.1 No Warranties</h3>
<p>The service is provided on an "AS IS" and "AS AVAILABLE" basis without warranties of any kind, either express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement.</p>
</div>
<div class="terms-section">
<h2 class="section-title">8. Termination</h2>
<div class="termination-section">
<p>We may terminate or suspend your access to our Website immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach these Terms.</p>
<h3>Grounds for Termination</h3>
<div class="termination-reasons">
<div class="reason-item">Violation of these Terms of Service</div>
<div class="reason-item">Engaging in fraudulent or illegal activities</div>
<div class="reason-item">Attempting to disrupt or harm our services</div>
<div class="reason-item">Violation of applicable laws or regulations</div>
</div>
<p>Upon termination, your right to use the Website will immediately cease. All provisions of these Terms which by their nature should survive termination shall survive termination, including ownership provisions, warranty disclaimers, indemnity, and limitations of liability.</p>
</div>
</div>
<div class="terms-section">
<h2 class="section-title">9. Third-Party Links and Content</h2>
<p>Our Website may contain links to third-party websites or services that are not owned or controlled by AI Prompts 2026.</p>
<h3>9.1 No Endorsement</h3>
<p>We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any third-party websites or services. You acknowledge and agree that we shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services available on or through any such websites or services.</p>
<h3>9.2 External AI Services</h3>
<p>Our prompts are designed for use with third-party AI services (ChatGPT, Claude, DeepSeek, etc.). We are not affiliated with, endorsed by, or responsible for these services. You must comply with their respective terms of service.</p>
</div>
<div class="terms-section">
<h2 class="section-title">10. Indemnification</h2>
<p>You agree to defend, indemnify, and hold harmless AI Prompts 2026 and its licensees and licensors, and their employees, contractors, agents, officers, and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, and expenses (including but not limited to attorney's fees), resulting from or arising out of:</p>
<ul>
<li>Your use and access of the Website</li>
<li>Your violation of these Terms</li>
<li>Your violation of any third-party right, including without limitation any copyright, property, or privacy right</li>
<li>Any claim that your content caused damage to a third party</li>
</ul>
</div>
<div class="law-section">
<div class="law-title">Governing Law and Dispute Resolution</div>
<p>These Terms shall be governed and construed in accordance with the laws of the European Union, without regard to its conflict of law provisions.</p>
<h3 style="margin-top: 20px; color: #2d3748;">Dispute Resolution Process</h3>
<ol style="text-align: left; display: inline-block; margin-top: 15px;">
<li>Informal Negotiation (30 days)</li>
<li>Mediation (if negotiation fails)</li>
<li>Arbitration (if mediation fails)</li>
</ol>
<p style="margin-top: 20px;">We strongly encourage you to contact us first if you have any concerns before pursuing formal dispute resolution.</p>
</div>
<div class="terms-section">
<h2 class="section-title">11. Severability</h2>
<p>If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. The invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision.</p>
</div>
<div class="terms-section">
<h2 class="section-title">12. Entire Agreement</h2>
<p>These Terms constitute the entire agreement between you and AI Prompts 2026 regarding our Website and supersede and replace any prior agreements we might have had between us regarding the Website.</p>
</div>
<div class="agreement-section">
<div class="agreement-title">Your Agreement</div>
<div class="agreement-text">
By using AI Prompts 2026, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. These terms represent the complete agreement between you and us regarding your use of our website.
</div>
<div style="font-size: 1.2rem; font-weight: 600; margin-top: 20px;">
Effective Date: March 5, 2026
</div>
</div>
<div class="contact-section">
<div class="contact-title">Contact Information</div>
<p>If you have any questions about these Terms of Service, please contact us:</p>
<p style="margin-top: 15px;">
<strong>Email:</strong> legal@aiprompts2026.com<br>
<strong>Response Time:</strong> We aim to respond within 5-7 business days
</p>
<p style="margin-top: 20px; font-size: 14px; color: #718096;">
For privacy-related inquiries, please refer to our <a href="/privacy-policy.html" style="color: #667eea;">Privacy Policy</a>
</p>
</div>
</div>
</main>
<footer>
<div style="margin-bottom: 20px;">
<strong>AI Prompts 2026</strong> • Complete AI Prompt Database
</div>
<div style="color: #888; font-size: 13px;">
© 2026 AI Prompts 2026. All rights reserved.
</div>
</footer>
</body>
</html>