19 lines
792 B
HTML
19 lines
792 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>FlowMaster — Mission Control</title>
|
|
<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" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|