mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 04:34:01 -05:00
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:
31
status.html
31
status.html
@@ -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>© 2024 BlackRoad Inc.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user