-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.73 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.73 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Cover Letter Generator | Professional Resume to Cover Letter</title>
<meta name="description" content="Transform your resume into a professional cover letter with AI assistance. Powered by Gemini, ChatGPT, and Claude." />
<meta name="keywords" content="cover letter, AI, resume, job application, professional, Gemini, ChatGPT, Claude" />
<meta name="author" content="Anjan Diyora" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📄</text></svg>" />
<link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📄</text></svg>" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="AI Cover Letter Generator" />
<meta property="og:description" content="Transform your resume into a professional cover letter with AI assistance." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://coverai.anjandiyora.tech" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AI Cover Letter Generator" />
<meta name="twitter:description" content="Transform your resume into a professional cover letter with AI assistance." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>