-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 1005 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TrendHub</title>
<!-- Add SEO meta tags -->
<meta
name="description"
content="Shop the Latest Electronics, Jewelry, and Clothing Trends. From the latest smartphones and home electronics to stylish men's and women's clothing, and stunning jewelry pieces, we've got everything you need to stay on-trend and make a statement, all in one convenient online destination."
/>
<meta
name="keywords"
content="electronics, jewelry, clothing, trends, smartphones, home electronics, men's clothing, women's clothing, jewelry pieces, online shopping"
/>
<meta name="author" content="TrendHub" />
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root" class="flex min-h-screen flex-col font-IBM"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>