feat: initial frontend build for RIT Freshers Hub
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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" />
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user