-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.82 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.82 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
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon and icon configuration -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" sizes="16x16" href="/favicon-16x16.svg" />
<link rel="icon" type="image/svg+xml" sizes="32x32" href="/favicon-32x32.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Theme colors for mobile browsers -->
<meta name="theme-color" content="#3B82F6" />
<meta name="msapplication-TileColor" content="#3B82F6" />
<title>NextStep - AI-Powered Career Discovery for ICT Students</title>
<meta name="description" content="Discover your perfect ICT career path with AI-powered recommendations, personalized learning plans, and hands-on projects tailored for Sri Lankan undergraduates." />
<meta name="author" content="NextStep" />
<meta property="og:title" content="NextStep - AI-Powered Career Discovery for ICT Students" />
<meta property="og:description" content="Discover your perfect ICT career path with AI-powered recommendations, personalized learning plans, and hands-on projects tailored for Sri Lankan undergraduates." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/hero-bg.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@nextstep_lk" />
<meta name="twitter:image" content="/hero-bg.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>