From 0ff62dbab31ac187d66c3ac05a2a4d8038998bbb Mon Sep 17 00:00:00 2001 From: Yash Verma <114978813+Rajput-xv@users.noreply.github.com> Date: Sat, 2 Sep 2023 22:32:39 +0530 Subject: [PATCH] Files created and connected to each other --- cart.css | 0 cart.html | 19 +++++++++++++++++++ cart.js | 0 login.html | 5 +++++ login.js | 0 5 files changed, 24 insertions(+) create mode 100644 cart.css create mode 100644 cart.js create mode 100644 login.js diff --git a/cart.css b/cart.css new file mode 100644 index 0000000..e69de29 diff --git a/cart.html b/cart.html index e69de29..c8f5008 100644 --- a/cart.html +++ b/cart.html @@ -0,0 +1,19 @@ + + + + + + E-smart Cart + + + + + + + + + + + + + \ No newline at end of file diff --git a/cart.js b/cart.js new file mode 100644 index 0000000..e69de29 diff --git a/login.html b/login.html index 2e49288..44dbf01 100644 --- a/login.html +++ b/login.html @@ -29,5 +29,10 @@

Login

+ + + + + \ No newline at end of file diff --git a/login.js b/login.js new file mode 100644 index 0000000..e69de29