-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 887 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
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="joy.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,100,1,0"
/>
<script
defer
src="https://kit.fontawesome.com/64a715bddf.js"
crossorigin="anonymous"
></script>
<title>JoyfulMart | Shrinedhi</title>
<meta name="description" content="JoyfulMart is an online mock of an e-commerce shop, offering great products, low prices and high quality." />
<meta name="author" content="Shrinedhi" />
</head>
<body>
<div id="root"></div>
<!-- Vite should handle the script path -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>