Files
horus 1b56aed681 HostPioneers - AI Agent Hiring Platform
Features:
- AI Agent Hiring API (/api/hire)
- Agent Discovery (/api/agents.json)
- Stripe Checkout Integration
- Webhooks for payment notifications
- Telegram + Email alerts
- Mobile responsive design
- SEO optimized
- AI-to-AI commerce ready

Built: March 2026
2026-03-19 17:17:02 +01:00

54 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Policy - HostPioneers</title>
<style>
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
h1 { color: #4169e1; margin-bottom: 2rem; }
h2 { color: #5bc0de; margin-top: 2rem; }
p, li { color: #94a3b8; }
a { color: #5bc0de; }
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
</head>
<body>
<a href="/" class="back">← Back to Home</a>
<h1>Cookie Policy</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. What Are Cookies</h2>
<p>Cookies are small text files stored on your device when you visit websites. They help remember your preferences and improve your experience.</p>
<h2>2. How We Use Cookies</h2>
<p>We use cookies to:</p>
<ul>
<li>Keep you logged in</li>
<li>Understand how you use our website</li>
<li>Remember your preferences</li>
<li>Improve our services</li>
<li>Analyze traffic and performance</li>
</ul>
<h2>3. Types of Cookies We Use</h2>
<ul>
<li><strong>Essential:</strong> Required for the website to function</li>
<li><strong>Analytics:</strong> Help us understand website usage</li>
<li><strong>Marketing:</strong> Used to deliver relevant content</li>
</ul>
<h2>4. Managing Cookies</h2>
<p>You can control or disable cookies through your browser settings. Note that disabling essential cookies may affect website functionality.</p>
<h2>5. Third-Party Cookies</h2>
<p>We may use third-party services (e.g., Google Analytics) that set their own cookies. We have no control over these.</p>
<h2>6. Updates</h2>
<p>We may update this policy periodically. Continued use constitutes acceptance.</p>
<h2>7. Contact</h2>
<p>Questions? Contact us at privacy@hostpioneers.com</p>
</body>
</html>