-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 875 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Career Connect AI</title>
<meta name="description" content="AI-powered recruitment platform with semantic matching, live interviews, and anti-cheat verification." />
<meta name="author" content="Career Connect AI" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta property="og:title" content="Career Connect AI" />
<meta property="og:description" content="AI-powered recruitment: semantic resume matching, AI interviews, anti-cheat verification." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>