-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.62 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
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/zyra-collection-logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Discover a wide range of trendy fashion accessories at Zyra Collection. Shop stylish jewelry, unique accessories, and more online in Pakistan. Explore our latest collections and stay updated with the newest fashion trends."
/>
<meta
name="keywords"
content="fashion accessories, trendy accessories, stylish jewelry, online accessories store, affordable fashion accessories, designer accessories, handmade jewelry, accessory trends, seasonal accessories, fashion trends 2024"
/>
<meta name="author" content="Zyra Collection" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Zyra Collection" />
<meta
property="og:description"
content="Discover the latest collection of stylish and unique products at Zyra Collection. Shop now for high-quality items and trendy designs."
/>
<meta property="og:image" content="/zyra-collection-logo.jpg" />
<meta property="og:url" content="zyra-collection.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Zyra Collection" />
<title>Zyra Collection</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</body>
</html>