feat: bootstrap Electron desktop shell for Fabric frontend
This commit is contained in:
16
offline.html
Normal file
16
offline.html
Normal 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>
|
||||
Reference in New Issue
Block a user