-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 2.13 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 2.13 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
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmd - The best AI in Xcode, open source</title>
<meta name="description" content="Boost your productivity without compromise. Open source AI assistant for Xcode with autonomous agents, native chat integration, and Claude Code support." />
<meta name="author" content="cmd" />
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64x64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/favicon-128x128.png" />
<link rel="apple-touch-icon" sizes="256x256" href="/apple-touch-icon.png" />
<meta property="og:title" content="cmd - The best AI in Xcode, open source" />
<meta property="og:description" content="Boost your productivity without compromise. Open source AI assistant for Xcode with autonomous agents, native chat integration, and Claude Code support." />
<meta property="og:type" content="website" />
<!-- <meta property="og:image" content="" /> -->
<!-- <meta name="twitter:card" content="summary_large_image" /> -->
<!-- <meta name="twitter:site" content="" /> -->
<!-- <meta name="twitter:image" content="" /> -->
</head>
<body>
<div id="root"></div>
<!-- Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafgraph/spa-github-pages
// This script checks for a redirect and restores the path
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>