Add dynamic apps for all BlackRoad subdomains with Krak integration

Created apps for:
- chat.blackroad.io
- pay.blackroad.io
- buy.blackroad.io
- math.blackroad.io
- agents.blackroad.io
- docs.blackroad.io
- console.blackroad.io
- status.blackroad.io

All apps include:
- BlackRoad gradient branding
- Krak payment link (https://krak.app/AAAAAAAA)
- Feature highlights
- Responsive design

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Louise
2025-12-13 13:34:54 -06:00
parent 96ca6e7c77
commit e7d3c4f3fa
10 changed files with 265 additions and 52 deletions

View File

@@ -1,21 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Chat &amp; Terminal · BlackRoad</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>AI Chat &amp; Terminal</h1>
</header>
<main>
<p>Coming soon. Stay tuned!</p>
<p><a href="index.html">Back to Home</a></p>
</main>
<footer>
<p>&copy; 2024 BlackRoad Inc.</p>
</footer>
</body>
</html>