Initialize Aidoit v0.1 monorepo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export default function MspHomePage() {
|
||||
return (
|
||||
<main style={{ padding: "48px", maxWidth: "1000px", margin: "0 auto" }}>
|
||||
<p style={{ color: "var(--accent)", fontWeight: 800 }}>AIDOIT MSP</p>
|
||||
<h1>Infrastructure workspace</h1>
|
||||
<p style={{ color: "var(--muted)" }}>
|
||||
VPS, Proxmox, Docker, LXC, monitoring, backups and deployments will live here.
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user