-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (34 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./src/assets/images/icon.png" sizes="128x128" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Shopee Clone" />
<meta name="apple-mobile-web-app-title" content="Shopee Clone" />
<meta name="msapplication-starturl" content="/" />
<title>Shopee Việt Nam | Hot Deals, Best Prices</title>
<meta
name="description"
content="Mua sắm trực tuyến hàng triệu sản phẩm ở tất cả ngành hàng. Giá tốt & Ưu đãi. Mua và bán online trong 30 giây. Shopee Đảm Bảo | Freeship Xtra | Voucher Xtra"
data-rh="true"
/>
<meta name="copyright" content="Copyright © 2023 Shopee Clone" />
<meta name="Author" content="Shopee Clone - Nguyễn Hùng Huân" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<link rel="apple-touch-icon" href="./src/assets/images/icon.png" sizes="128x128" />
<link rel="shortcut icon" type="image/x-icon" href="./src/assets/images/icon.png" sizes="128x128" />
<link rel="next" href="https://shopee-clone-eta.vercel.app/login" />
<link rel="canonical" href="https://shopee-clone-eta.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>