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,31 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Status · BlackRoad</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>System Status</h1>
<nav>
<a href="index.html">Home</a>
<a href="dashboard.html">Dashboard</a>
<a href="login.html">Login</a>
</nav>
</header>
<main>
<ul class="status-list">
<li class="status-ok">API: OK</li>
<li class="status-ok">LLM Bridge: OK</li>
<li class="status-down">NGINX: Down</li>
</ul>
<p><small>Status is manually updated.</small></p>
<p><a href="index.html">Back to Home</a></p>
</main>
<footer>
<p>&copy; 2024 BlackRoad Inc.</p>
</footer>
</body>
</html>