mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
12 lines
267 B
TypeScript
12 lines
267 B
TypeScript
export default function Page() {
|
||
return (
|
||
<div>
|
||
<h2>BlackRoad OS – Documentation</h2>
|
||
<p>
|
||
This site will contain architecture, API references, and
|
||
operator playbooks for the BlackRoad Operating System.
|
||
</p>
|
||
</div>
|
||
);
|
||
}
|