Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Web-Dev-Learner committed Sep 7, 2024
1 parent 951cb26 commit a0f9878
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 35 deletions.
2 changes: 1 addition & 1 deletion assets/index-CcLYns3S.js → assets/index-CFSOOfvM.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/index-v_7JQQCl.css → assets/index-pubT4kyF.css

Large diffs are not rendered by default.

58 changes: 25 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@

<!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="description"
content="Author: Shrinedhi"
/>
<script type="module" crossorigin src="/buy_now/assets/index-CcLYns3S.js"></script>
<link rel="stylesheet" crossorigin href="/buy_now/assets/index-v_7JQQCl.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
<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" />
<script type="module" crossorigin src="/buy-now/assets/index-CFSOOfvM.js"></script>
<link rel="stylesheet" crossorigin href="/buy-now/assets/index-pubT4kyF.css">
</head>
<body>
<div id="root"></div>
<!-- Vite should handle the script path -->
</body>
</html>

0 comments on commit a0f9878

Please sign in to comment.