Skip to content

Commit

Permalink
Files created and connected to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajput-xv committed Sep 2, 2023
1 parent 54fb0da commit 0ff62db
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Empty file added cart.css
Empty file.
19 changes: 19 additions & 0 deletions cart.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-smart Cart</title>
<link href="./cart.css" rel="stylesheet" />
</head>
<body>





<script src="./cart.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>

</body>
</html>
Empty file added cart.js
Empty file.
5 changes: 5 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ <h1>Login </h1>
</div>
</form>
</div>


<script src="./login.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>

</body>
</html>
Empty file added login.js
Empty file.

0 comments on commit 0ff62db

Please sign in to comment.