-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
951cb26
commit a0f9878
Showing
3 changed files
with
27 additions
and
35 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |