-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
28 lines (25 loc) · 1.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Pathlo – Find the Right Path for Your Future</title>
<meta name="description" content="Pathlo helps Indian students discover colleges, entrance exams, and career paths beyond JEE and NEET. Explore colleges, exams, and verified-friendly placeholders while the dataset is expanded." />
<meta name="keywords" content="colleges India, JEE, NEET, CUET, CAT, entrance exams, career paths, engineering colleges, liberal arts India" />
<meta name="theme-color" content="#7c3aed" />
<!-- Open Graph -->
<meta property="og:title" content="Pathlo – Find the Right Path for Your Future" />
<meta property="og:description" content="Explore colleges, exams, and the paths they open. Discover opportunities beyond JEE and NEET." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pathlo.in" />
<!-- Preconnect for Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>