diff --git a/src/views/login.ejs b/src/views/login.ejs index d35800f..eabc1e5 100644 --- a/src/views/login.ejs +++ b/src/views/login.ejs @@ -1,7 +1,8 @@ <%- include("./partials/fileHeader") %> +<%- include("./partials/headerStart") %>
-
+

Login

diff --git a/src/views/partials/footer.ejs b/src/views/partials/footer.ejs index 2c04272..89ad2dd 100644 --- a/src/views/partials/footer.ejs +++ b/src/views/partials/footer.ejs @@ -28,6 +28,6 @@ Swal.fire('Error fetching pun', 'Please try again later', 'error'); }); }); - +` diff --git a/src/views/signup.ejs b/src/views/signup.ejs index ac2d8ac..af18bf8 100644 --- a/src/views/signup.ejs +++ b/src/views/signup.ejs @@ -1,46 +1,48 @@ <%- include("./partials/fileHeader") %> - <%- include("./partials/headerStart") %> +<%- include("./partials/headerStart") %> -
-
- -
-

Signup

-
-
- - -
-
- - -
-
- - - - -
-
- <%= errMessage %> -
-
- -
-
- - Login -
-
-
+
+
+ +
+

Signup

+
+
+ + +
+
+ + +
+
+ + + + +
+
+ <%= errMessage %> +
+
+ +
+
+ + Login +
+
+ +
+
- <%- include("./partials/footer") %> +<%- include("./partials/footer") %> \ No newline at end of file