-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (54 loc) · 3.52 KB
/
index.html
File metadata and controls
61 lines (54 loc) · 3.52 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>OpenLearn - Advanced Learning Platform for NIT Jalandhar</title>
<meta name="title" content="OpenLearn - Advanced Learning Platform for NIT Jalandhar" />
<meta name="description" content="Join OpenLearn, the premier learning platform for NIT Jalandhar students. Access specialized leagues, track your progress, compete with peers, and master new skills in technology and innovation." />
<meta name="keywords" content="OpenLearn, NIT Jalandhar, learning platform, student portal, leagues, educational technology, skill development, online learning, progress tracking" />
<meta name="author" content="OpenLearn Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://openlearn.vercel.app/" />
<meta property="og:title" content="OpenLearn - Advanced Learning Platform for NIT Jalandhar" />
<meta property="og:description" content="Join OpenLearn, the premier learning platform for NIT Jalandhar students. Access specialized leagues, track your progress, compete with peers, and master new skills in technology and innovation." />
<meta property="og:image" content="/hero.png" />
<meta property="og:image:alt" content="OpenLearn platform interface showing learning dashboard and progress tracking" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="OpenLearn" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://openlearn.vercel.app/" />
<meta name="twitter:title" content="OpenLearn - Advanced Learning Platform for NIT Jalandhar" />
<meta name="twitter:description" content="Join OpenLearn, the premier learning platform for NIT Jalandhar students. Access specialized leagues, track your progress, compete with peers, and master new skills." />
<meta name="twitter:image" content="/hero.png" />
<meta name="twitter:image:alt" content="OpenLearn platform interface showing learning dashboard and progress tracking" />
<meta name="twitter:creator" content="@OpenLearn" />
<meta name="twitter:site" content="@OpenLearn" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#FFDE59" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="OpenLearn" />
<meta name="application-name" content="OpenLearn" />
<meta name="msapplication-TileColor" content="#FFDE59" />
<meta name="msapplication-TileImage" content="/favicon.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://openlearn.vercel.app/" />
<!-- Apple Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
<!-- Preconnect for Performance -->
<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>