forked from pritamghoshayurmed/pathfinder-ai-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.42 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PathfinderAI - AI-Powered Career Guidance for Indian Students</title>
<meta name="description" content="Personalized AI career advisor that maps skills, recommends career paths, and prepares students for the evolving job market. Specialized guidance for Class 8-10, 11-12, Post-12th and College students." />
<meta name="keywords" content="AI career guidance, career counseling, Indian students, skill development, college admission, competitive exams, career advisor" />
<meta name="author" content="PathfinderAI" />
<meta property="og:title" content="PathfinderAI - AI-Powered Career Guidance Platform" />
<meta property="og:description" content="Empowering Indian students with AI-driven career guidance, personalized learning paths, and comprehensive skill development for the evolving job market." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>