mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 06:34:01 -05:00
Deploy static site for blackroad.io
This commit is contained in:
26
status.html
Normal file
26
status.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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>
|
||||
</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