-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/image.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TexelModa is a modern e-commerce platform with AI-powered virtual try-on. Try on clothes virtually before you buy, enjoy a seamless shopping experience, and discover the future of fashion." />
<meta property="og:title" content="TexelModa" />
<meta property="og:description" content="TexelModa is a modern e-commerce platform with AI-powered virtual try-on. Try on clothes virtually before you buy, enjoy a seamless shopping experience, and discover the future of fashion." />
<meta property="og:image" content="https://texelmoda.netlify.app/image.png" />
<meta property="og:url" content="https://texelmoda.netlify.app/" />
<meta property="og:site_name" content="TexelModa" />
<meta name="twitter:title" content="TexelModa" />
<meta name="twitter:description" content="TexelModa is a modern e-commerce platform with AI-powered virtual try-on. Try on clothes virtually before you buy, enjoy a seamless shopping experience, and discover the future of fashion." />
<meta name="twitter:image" content="/image.png" />
<title>TexelModa</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>