-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.52 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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Makye - Your ultimate destination for stylish and trendy fashion. Shop the latest collections for men, women, and kids.">
<meta name="keywords" content="Fashion, Makye, Clothing, Trendy, Stylish, Online Store, Apparel, Accessories">
<meta name="author" content="Makye Fashion">
<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="Makye - Trendy Fashion Store" />
<meta property="og:description" content="Discover the latest fashion trends at Makye. Your style, your way!" />
<meta property="og:image" content="../src/assets/images/Makye.png" />
<meta property="og:url" content="https://makye.vercel.app" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Makye - Trendy Fashion Store" />
<meta name="twitter:description"
content="Shop stylish apparel and accessories at Makye. Express your unique style!" />
<meta name="twitter:image" content="../src/assets/images/Makye.png" />
<!-- Favicon -->
<link rel="icon" href="../src/assets/images/favicon.ico" type="image/x-icon" />
<title>Makye - Fashion Store</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>