-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 1.01 KB
/
index.html
File metadata and controls
23 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeQuality AI | AI Code Audit for Tech SMEs</title>
<meta name="description" content="Discover in 2 minutes if your company is exposed to quality risks in AI-generated code. Free diagnosis + action plan for CEOs and GPMs." />
<!-- Open Graph / LinkedIn Preview -->
<meta property="og:title" content="AI Code Is Fast. But Is It Safe? | CodeQuality AI" />
<meta property="og:description" content="Free diagnostic for PMEs: measure quality, risk, and technical debt in AI-generated code." />
<!-- Twitter Card -->
<meta name="twitter:title" content="AI Code Is Fast. But Is It Safe?" />
<meta name="twitter:description" content="Discover if your team's AI-generated code hides risks. Free 2-min diagnostic for CEOs." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>