diff --git a/Vivian/login.html b/Vivian/login.html
deleted file mode 100644
index 25f261c..0000000
--- a/Vivian/login.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
- Login Page
-
-
-
- Login
-
-
-
diff --git a/Vivian/signup.html b/Vivian/signup.html
deleted file mode 100644
index 28a7d84..0000000
--- a/Vivian/signup.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
- Signup Page
-
-
-
- Signup
-
-
-
diff --git a/Vivian/signup.js b/Vivian/signup.js
deleted file mode 100644
index 2f036a4..0000000
--- a/Vivian/signup.js
+++ /dev/null
@@ -1,35 +0,0 @@
-function validateForm() {
- var userid = document.getElementById('user_id').value;
- var username = document.getElementById('user_name').value;
- var email = document.getElementById('email').value;
- var password = document.getElementById('password').value;
- var confirmPassword = document.getElementById('confirmPassword').value;
- var email = document.getElementById('email').value;
-
- // Perform basic validation
- if (password !== confirmPassword) {
- alert('Passwords do not match');
- return;
- }
-
- // If validation passes, send data to the server
- sendDataToServer(username, email, password);
-}
-
-function sendDataToServer(username, password) {
- // Use AJAX or fetch to send data to the server
- // Example using fetch:
- fetch('/signup', {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- body: JSON.stringify({ username, email, password }),
- })
- .then(response => response.json())
- .then(data => {
- // Handle the response from the server
- console.log(data);
- })
- .catch(error => console.error('Error:', error));
-}
diff --git a/consumerWebsite/public/404.html b/consumerWebsite/public/404.html
index c78fd96..63805cf 100644
--- a/consumerWebsite/public/404.html
+++ b/consumerWebsite/public/404.html
@@ -1,11 +1,11 @@
+
- N & LW Lawn Care - Landscaping Bootstrap4 HTML5 Responsive Template
@@ -13,67 +13,42 @@
+
-
-
+
-
-
-
+
+
-
-