From 8392586e1916d11a81c165f677a839996c5c9fc8 Mon Sep 17 00:00:00 2001 From: Hritika Sharan Date: Sun, 2 Jun 2024 10:11:08 +0530 Subject: [PATCH] LogIn/SignUp Page --- here.html | 29 +++++++ index.html | 9 +- logIn.css | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++ logIn.html | 34 ++++++++ node.js | 0 script.js | 81 ++++++++++++++++++ signup.html | 39 +++++++++ thanks.html | 29 +++++++ 8 files changed, 458 insertions(+), 1 deletion(-) create mode 100644 here.html create mode 100644 logIn.css create mode 100644 logIn.html create mode 100644 node.js create mode 100644 script.js create mode 100644 signup.html create mode 100644 thanks.html diff --git a/here.html b/here.html new file mode 100644 index 0000000..8f224f5 --- /dev/null +++ b/here.html @@ -0,0 +1,29 @@ + + + + + Successfully Registered + + + + +
+ +
+
+ + + + diff --git a/index.html b/index.html index 149e688..8c891e9 100644 --- a/index.html +++ b/index.html @@ -98,9 +98,16 @@
+ + - +