-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
36 lines (32 loc) · 1.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SkillSync AI - AI-Powered Resume Optimization</title>
<meta name="description" content="AI-powered resume optimization platform for students and freshers. Get ATS-ready resumes and land your dream job." />
<meta name="author" content="SkillSync AI" />
<meta name="keywords" content="resume optimization, ATS score, skill gap analysis, career development, job search, AI resume" />
<meta property="og:title" content="SkillSync AI - AI-Powered Resume Optimization" />
<meta property="og:description" content="AI-powered resume optimization platform for students and freshers. Get ATS-ready resumes and land your dream job." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:site_name" content="SkillSync AI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@skillsyncai" />
<meta name="twitter:title" content="SkillSync AI - AI-Powered Resume Optimization" />
<meta name="twitter:description" content="AI-powered resume optimization platform for students and freshers. Get ATS-ready resumes and land your dream job." />
<meta name="twitter:image" content="/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#4f46e5" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>