8 lines
500 B
HTML
8 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html><head><meta charset="UTF-8"><title>About | BlackRoad</title>
|
|
<style>body{background:#000;color:#fff;font-family:system-ui;padding:2rem;max-width:800px;margin:0 auto}
|
|
h1{background:linear-gradient(135deg,#F5A623,#FF1D6C);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
|
|
a{color:#F5A623}</style></head>
|
|
<body><h1>About</h1><p>Part of <a href="https://blackroad.io">BlackRoad OS</a> - Enterprise AI Infrastructure</p>
|
|
<p><a href="/">← Back</a></p></body></html>
|