diff --git a/index.html b/index.html
index 68a45c8e..a783509d 100644
--- a/index.html
+++ b/index.html
@@ -27,34 +27,6 @@
Fronten Projects | Rajeev
-
-
-
-
-
-
diff --git a/login.html b/login.html
deleted file mode 100644
index 667ece09..00000000
--- a/login.html
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
- Sign In
-
-
-
-
-
-
-
diff --git a/signUp.css b/signUp.css
deleted file mode 100644
index fe94e18d..00000000
--- a/signUp.css
+++ /dev/null
@@ -1,35 +0,0 @@
-.container{
- text-align: center;
- border:2px solid black;
- padding: 10px;
-
-
-
-}
-.buttons{
- margin-top: 10px;
-}
-h1{
- font-size: 1.2rem;
-}
-label{
- font-size: 1rem;
-}
-.form{
- display: flex;
- flex-direction: column;
- gap:2px;
- align-items: center;
-
-
-}
-input{
- padding:2px;
- margin-block: 5px;
-}
-button{
- padding-block:8px;
- padding-inline: 15px;
- background: #fff;
- border-radius: 20px;
-}
\ No newline at end of file
diff --git a/signUp.html b/signUp.html
deleted file mode 100644
index 978275e1..00000000
--- a/signUp.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
- Sign Up
-
-
-
-
-
-
-