-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (91 loc) · 3.02 KB
/
index.html
File metadata and controls
99 lines (91 loc) · 3.02 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Find the perfect apartment for your stay in Belgrade."
/>
<meta
name="keywords"
content="apartments,rentals,vacation,belgrade,airport"
/>
<meta name="author" content="Alpaca Network Solutions" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<!-- Open Graph -->
<meta property="og:title" content="Galaxy Apartments" />
<meta
property="og:description"
content="Find the perfect apartment for your stay in Belgrade."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://galaxy.apartments" />
<meta
property="og:image"
content="https://galaxy.apartments/meta/assets/meta_preview.png?v=1"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Apartments Bed" />
<meta
property="og:image:secure_url"
content="https://galaxy.apartments/meta/assets/meta_preview.png"
/>
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Galaxy Apartments" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Galaxy Apartments" />
<meta
name="twitter:description"
content="Find the perfect apartment for your stay in Belgrade."
/>
<meta
name="twitter:image"
content="https://galaxy.apartments/meta/assets/meta_preview.png?v=1"
/>
<!-- Canonical URL (SEO) -->
<link rel="canonical" href="https://galaxy.apartments" />
<!-- Theme Color (Mobile Browsers) -->
<meta name="theme-color" content="#8a728e" />
<!-- Preload Critical Resources -->
<link rel="preload" href="/src/main.jsx" as="script" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap"
rel="stylesheet"
/>
<meta
name="google-site-verification"
content="iybH0WlX-5PisH_0k9kQCMxrDy3lPxtFO3ZM-b2oKZA"
/>
<title>Galaxy Apartments</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>