chore(canvas): drop demo-era copy, harden index.html
- Settings 'About' no longer leaks the internal Gitea repo URL. - index.html: tighten description, add noindex/nofollow (canvas is operator surface, not public marketing), add preconnect, swap title separator.
This commit is contained in:
+5
-2
@@ -4,8 +4,11 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>FlowMaster · Mission Control</title>
|
<title>FlowMaster — Mission Control</title>
|
||||||
<meta name="description" content="FlowMaster Mission Control — operations cockpit for the company's processes." />
|
<meta name="description" content="FlowMaster Mission Control — operations cockpit for every process the company runs. People, finance, procurement, and IT in one frame." />
|
||||||
|
<meta name="robots" content="noindex,nofollow" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<link rel="preconnect" href="https://canvas.flow-master.ai" />
|
||||||
<meta name="theme-color" content="#1a2740" />
|
<meta name="theme-color" content="#1a2740" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -154,11 +154,8 @@ export default function Settings() {
|
|||||||
FlowMaster Mission Control. Live at{" "}
|
FlowMaster Mission Control. Live at{" "}
|
||||||
<a className="settings-link" href="https://canvas.flow-master.ai" target="_blank" rel="noreferrer">
|
<a className="settings-link" href="https://canvas.flow-master.ai" target="_blank" rel="noreferrer">
|
||||||
canvas.flow-master.ai
|
canvas.flow-master.ai
|
||||||
</a>. All actions hit the real EA2 backend — the live console shows every
|
</a>. Every action hits the real EA2 backend — the live console shows
|
||||||
fetch. Source:{" "}
|
every fetch.
|
||||||
<a className="settings-link" href="https://gitea.flow-master.ai/shad/flowmaster-mission-control-demo" target="_blank" rel="noreferrer">
|
|
||||||
gitea.flow-master.ai/shad/flowmaster-mission-control-demo
|
|
||||||
</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user