[JITERA] Implement Login Page
Created by: chi-jitera
Overview
This pull request introduces a new login page to the project, created using HTML and styled with Tailwind CSS. The login page is designed to provide a user-friendly interface for users to enter their credentials.
Changes Made
-
Created HTML Structure: A new HTML file for the login page has been created at
/src/pages/login.html. The structure includes a form with fields for username and password. - Styled with Tailwind CSS: The login page is styled using Tailwind CSS classes to ensure a responsive and modern design. The background is set to a blue color, and the form is centered on the screen.
-
Form Elements: The form includes:
- A username input field
- A password input field
- A login button
- A link for "Forgot Password?"
This implementation lays the groundwork for user authentication and can be further integrated with backend services.