-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.41 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no" />
<title> Ride NITT | Car Pool like never before </title>
<meta name="description" content="Ride NITT is a carpooling platform for the students of NIT Trichy." />
<meta name="keywords" content="Ride NITT, NIT Trichy, Carpooling, NIT Trichy Carpooling" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" sizes="192x192" href="/logo.png">
<meta name="image" content="/logo-192.png">
<meta property="og:title" content="Ride NITT | Car Pool like never before" />
<meta property="og:description" content="Ride NITT is a carpooling platform for the students of NIT Trichy." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ride-tc.vercel.app" />
<meta property="og:image" content="/logo.png" />
<link rel="manifest" href="./manifest.json" />
</head>
<body>
<div id="root"></div>
<!-- Add Google Maps API script -->
<script
src="https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_MAPS_API_KEY&libraries=places"
async
defer
></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>