forked from zgsm-sangfor/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.17 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta
name="description"
content="CoStrict 是一款免费开源的AI辅助编程工具,支持企业私有化部署,是企业严肃编程的最佳选择。"
/>
<meta name="keywords" content="AI编程工具, 代码审查, 企业私有化部署, AI代码生成, CoStrict" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CoStrict" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:image" content="https://costrict.ai/og-image.png" />
<meta property="og:image:width" content="864" />
<meta property="og:image:height" content="429" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@costrict" />
<meta name="twitter:image" content="https://costrict.ai/og-image.png" />
<title>CoStrict</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>