-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<title>STOREIFY</title>
<link
rel="icon"
type="image/svg+xml"
href="https://i.ibb.co/ZS4YhxK/storeify-logo.webp"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Antonious Nasr Kamel" />
<meta
name="keywords"
content="React, TypeScript, Redux, E-commerce, Online Shopping, FireBase, HTML5, CSS3, React-Select, React-Router-Dom, Date-fns, React-Icons, Tailwind CSS, React-Hook-Form, React-multi-carousel, emailjs-browser, React-toastify."
/>
<meta
name="description"
content="An E-commerce project that allows users to browse and select multiple products, add items to their cart with custom quantities, mark favorites, and checkout by providing their shipping details. Users can also view a comprehensive list of all their orders."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>