forked from Asper-Beauty-Shop/lovable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.23 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.shopify.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Great+Vibes&family=Tajawal:wght@300;400;500;700&display=swap"
rel="stylesheet"
>
<title>
Asper Beauty Shop | The Luxury Pharmacy & Skincare Boutique Amman
</title>
<meta
name="description"
content="Immerse yourself in the clinical elegance of Asper. Our curated collection of luxury skincare brings the golden standard of beauty to Amman. Discover your glow today."
>
<meta name="author" content="Asper Beauty Shop" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://www.asperbeautyshop.com/og-image.jpg"
>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@AsperBeauty" />
<meta
name="twitter:image"
content="https://www.asperbeautyshop.com/og-image.jpg"
>
<link rel="canonical" href="https://www.asperbeautyshop.com" />
<meta
property="og:title"
content="Asper Beauty Shop | The Luxury Pharmacy Amman"
>
<meta
name="twitter:title"
content="Asper Beauty Shop | The Luxury Pharmacy Amman"
>
<meta
property="og:description"
content="Immerse yourself in the clinical elegance of Asper. Curated luxury skincare essentials in the heart of Amman."
>
<meta
name="twitter:description"
content="Immerse yourself in the clinical elegance of Asper. Curated luxury skincare essentials in the heart of Amman."
>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>