Skip to content

Commit

Permalink
Cart Page Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajgupta7080 committed Jul 30, 2022
1 parent 7bc0822 commit 63796df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Empty file added cart.css
Empty file.
14 changes: 14 additions & 0 deletions cart.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="cart.css">
<title>Cart Page</title>
</head>
<body>

</body>
</html>
<script src="cart.js"></script>
Empty file added cart.js
Empty file.

0 comments on commit 63796df

Please sign in to comment.