Merge commit 'efe943d20e4f270832c9dce4ac35309697c2cb85'

This commit is contained in:
Alexa Amundson
2025-11-21 13:57:13 -06:00

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="description" content="BlackRoad OS: A modern, open-source operating system. Explore features, documentation, and community resources." /> <meta name="description" content="BlackRoad OS: A modern, open-source operating system. Explore features, documentation, and community resources." />
<meta name="description" content="BlackRoad OS - A browser-native operating system for AI agents, operators, and financial infrastructure" />
<title>BlackRoad OS</title> <title>BlackRoad OS</title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<style> <style>
@@ -82,6 +83,15 @@
color: #dbeafe; color: #dbeafe;
font-size: 0.9rem; font-size: 0.9rem;
text-decoration: none; text-decoration: none;
cursor: pointer;
}
.cta span.dot {
display: inline-block;
width: 0.4rem;
height: 0.4rem;
border-radius: 999px;
background: #22c55e;
box-shadow: 0 0 12px #22c55e;
} }
.footnote { .footnote {
margin-top: 1rem; margin-top: 1rem;
@@ -93,6 +103,7 @@
<body> <body>
<main class="card"> <main class="card">
<div class="badge"> <div class="badge">
<div class="badge" role="status" aria-label="System status: Live">
<span class="dot"></span> <span class="dot"></span>
<span>BlackRoad OS • Live</span> <span>BlackRoad OS • Live</span>
</div> </div>
@@ -113,6 +124,7 @@
</div> </div>
<div class="footnote"> <div class="footnote">
Backend services deploy separately. This page confirms the OS is reachable. Backend services deploy separately. This page confirms the OS is reachable.
Deeper services (API, operator, console) deploy separately. This page confirms the OS is reachable.
</div> </div>
</main> </main>
</body> </body>