-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 2.1 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 2.1 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary meta -->
<title>OpenComputer – Long-running cloud infrastructure for AI agents</title>
<meta name="description" content="Persistent VMs that hibernate when idle and wake in seconds. Real computers for AI agents, not sandboxes." />
<meta name="author" content="OpenComputer" />
<meta name="keywords" content="AI agents, agent deployment, OpenComputer, AI as a service, agent orchestration, LLM agents" />
<!-- Canonical & theme -->
<link rel="canonical" href="https://opencomputer.dev/" />
<meta name="theme-color" content="#000000" />
<!-- Open Graph -->
<meta property="og:title" content="OpenComputer – Long-running cloud infrastructure for AI agents" />
<meta property="og:description" content="Persistent VMs that hibernate when idle and wake in seconds. Real computers for AI agents, not sandboxes." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://opencomputer.dev/" />
<meta property="og:image" content="https://opencomputer.dev/og-image.png" />
<meta property="og:site_name" content="OpenComputer" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenComputer – Long-running cloud infrastructure for AI agents" />
<meta name="twitter:description" content="Persistent VMs that hibernate when idle and wake in seconds. Real computers for AI agents, not sandboxes." />
<meta name="twitter:image" content="https://opencomputer.dev/og-image.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>