-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1.83 KB
/
index.html
File metadata and controls
37 lines (31 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FindMyPG - Find Your Perfect PG Home</title>
<meta name="description" content="Discover safe, comfortable, and affordable paying guest accommodations. Find your perfect PG home with verified properties and trusted hosts." />
<meta name="author" content="FindMyPG" />
<meta name="keywords" content="PG, paying guest, accommodation, rent, hostel, co-living, bangalore, mumbai, delhi" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="FindMyPG - Find Your Perfect PG Home" />
<meta property="og:description" content="Discover safe, comfortable, and affordable paying guest accommodations with verified properties and trusted hosts." />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta property="og:url" content="https://findmypg.com" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FindMyPG - Find Your Perfect PG Home" />
<meta name="twitter:description" content="Discover safe, comfortable, and affordable paying guest accommodations with verified properties and trusted hosts." />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- Preconnect to external domains 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.tsx"></script>
</body>
</html>