33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!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" />
|
||
<meta name="description" content="RIT Freshers Hub – Your all-in-one AI-powered student portal for Rajalakshmi Institute of Technology. Notes, PYQs, AI Assistant, Campus Map, Bus Routes, Faculty Directory, Events, and Community." />
|
||
<meta name="keywords" content="RIT, Rajalakshmi Institute of Technology, Freshers, Student Portal, Notes, PYQs, AI Assistant, Campus Map, Bus Routes" />
|
||
<meta name="theme-color" content="#F97316" />
|
||
|
||
<!-- Apple & PWA Meta Tags -->
|
||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||
<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="Freshers Hub" />
|
||
|
||
<!-- Open Graph -->
|
||
<meta property="og:title" content="RIT Freshers Hub" />
|
||
<meta property="og:description" content="Everything a Fresher Needs — All in One Place." />
|
||
<meta property="og:type" content="website" />
|
||
|
||
<!-- Google Fonts preconnect -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
|
||
<title>RIT Freshers Hub – Student Portal</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|