-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
23 lines (20 loc) · 899 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-rh="true" name="description"
content="Your ultimate destination for effortless online shopping. Discover curated collections, easily add items to your cart and wishlist, and enjoy detailed product descriptions with captivating previews. Experience convenience like never before with our intuitive interface. Shop smarter with us today.">
<meta name="author" content="Moamal Alaa Kareem">
<meta name="theme-color" content="#181818">
<title>E-Commercew</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.webp" type="image/x-icon">
<!-- Manifest [PWA] -->
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>