feat: bootstrap Electron desktop shell for Fabric frontend

This commit is contained in:
root
2026-05-12 12:58:53 +00:00
parent 395385c9aa
commit 292d8c27f2
6 changed files with 943 additions and 0 deletions

16
offline.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Fabric Desktop</title>
<style>
body { font-family: system-ui, sans-serif; margin: 40px; }
code { background:#f3f3f3; padding:2px 6px; border-radius:4px; }
</style>
</head>
<body>
<h1>Fabric Desktop</h1>
<p>Frontend dev server not set.</p>
<p>Run with: <code>npm run start:dev</code></p>
</body>
</html>