This is a simple login page designed using HTML, CSS, and Boxicons. It provides basic functionality for users to enter their username and password, with an option to remember their login credentials.
- Username and password input fields.
- Checkbox to remember login credentials.
- Forgot password link.
- Registration link for users who don't have an account.
- HTML
- CSS
- Boxicons: For iconography.
- Clone this repository or download it as a ZIP file.
- Open the downloaded files in your preferred code editor or web browser.
Check out the live demo here.
- Open the
index.htmlfile in your web browser. - Enter your username and password.
- Optionally, check the "Remember me" checkbox.
- Click the "Login" button to submit your credentials.
- This login page does not have any backend functionality. It's purely front-end and serves as a visual demonstration.
- Passwords are not securely stored or processed. This is for demonstration purposes only.
Feel free to explore and modify the code as needed!
