Files
hostpioneers/success.html
T
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

17 lines
475 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Thank You - HostPioneers</title>
<style>
body{font-family:Inter,sans-serif;background:#0f172a;color:#fff;padding:2rem;text-align:center}
h1{color:#10b981;margin-bottom:1rem}
p{color:#94a3b8}
</style>
</head>
<body>
<h1>✓ Payment Successful!</h1>
<p>Thank you for your purchase. We'll be in touch within 24 hours to set up your AI agents.</p>
<a href="/" style="color:#5bc0de;">← Back to Home</a>
</body>
</html>