-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.44 KB
/
index.html
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" dir="rtl">
<head>
<meta charset="UTF-8" />
<!-- <link
rel="preload"
href="https://api.tiles.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.css"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link
rel="stylesheet"
href="https://api.tiles.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.css"
/></noscript> -->
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Home</title>
<meta
name="description"
content="EG's #1 Property Portal ✓Explore Our Wide Range of Properties for Sale and Rentals in Cairo, Alexandria, Giza and more ✓Verified Listings: Apartments, Villas, Houses ✓Find Your Perfect Home Now!"
/>
<meta name="robots" content="index,follow" />
<link href="https://my-home-1.netlify.app/" rel="canonical" />
<meta property="og:url" content="https://my-home-1.netlify.app/" />
<meta property="og:title" content="My Home" />
<meta
property="og:description"
content="EG's #1 Property Portal ✓Explore Our Wide Range of Properties for Sale and Rentals in Cairo, Alexandria, Giza and more ✓Verified Listings: Apartments, Villas, Houses ✓Find Your Perfect Home Now!"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>