-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.57 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 1.57 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>E-Commerce | xBitCode Demo</title>
<!-- Meta Description -->
<meta name="description" content="Explore our E-Commerce platform powered by xBitCode, offering a wide range of products and seamless shopping experience.">
<!-- Meta Keywords -->
<meta name="keywords" content="E-Commerce, xBitCode, Online Shopping, Buy Products, Seamless Shopping">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="E-Commerce | xBitCode Demo">
<meta property="og:description" content="Explore our E-Commerce platform powered by xBitCode, offering a wide range of products and seamless shopping experience.">
<meta property="og:image" content="src/assets/bg.png">
<meta property="og:url" content="https://ecommerce-demo.xbitcode.com">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="src/assets/bg.png">
<meta name="twitter:title" content="E-Commerce | xBitCode Demo">
<meta name="twitter:description" content="Explore our E-Commerce platform powered by xBitCode, offering a wide range of products and seamless shopping experience.">
<meta name="twitter:image" content="src/assets/bg.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://ecommerce-demo.xbitcode.com">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>