forked from sympozium-ai/sympozium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.09 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sympozium</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; max-width: 640px; margin: 80px auto; padding: 0 20px; color: #1e293b; }
h1 { display: flex; align-items: center; gap: 12px; }
h1 img { width: 48px; height: 48px; }
pre { background: #0f172a; color: #e2e8f0; padding: 16px 20px; border-radius: 8px; overflow-x: auto; font-size: 14px; }
a { color: #3b82f6; text-decoration: none; }
a:hover { text-decoration: underline; }
.subtitle { color: #64748b; margin-top: -12px; }
</style>
</head>
<body>
<h1>sympozium</h1>
<p class="subtitle">Kubernetes-native AI Agent Management Platform</p>
<h2>Install</h2>
<pre>curl -fsSL https://deploy.sympozium.ai/install.sh | sh</pre>
<h2>Deploy to your cluster</h2>
<pre>sympozium install</pre>
<p><a href="/docs/">Documentation</a> · <a href="https://github.com/sympozium-ai/sympozium">GitHub</a></p>
</body>
</html>