File size: 1,377 Bytes
857a91b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>MatrixCloud — Enterprise Console</title>
<meta name="description" content="MatrixCloud enterprise console — the control surface for Matrix Runtime: MCP sandboxes, MatrixShell, jobs, models, runtimes and governance." />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />

<link rel="stylesheet" href="cloud.css" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%2311161e'/%3E%3Cpath d='M50 22l22 12-22 12-22-12z' fill='none' stroke='%232bd576' stroke-width='3.4' stroke-linejoin='round'/%3E%3Cpath d='M28 46l22 12 22-12M28 58l22 12 22-12' fill='none' stroke='%232bd576' stroke-width='3.4' stroke-linejoin='round' opacity='0.6'/%3E%3C/svg%3E" />

<script src="vendor/react.production.min.js"></script>
<script src="vendor/react-dom.production.min.js"></script>
</head>
<body>
  <div id="cloud-root"></div>
  <script src="app.js"></script>
</body>
</html>