https://github.com/mehmet-github06/login
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.
https://github.com/mehmet-github06/login
css3 flex html5
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mehmet-github06/login
- Owner: Mehmet-github06
- Created: 2023-09-26T19:18:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T20:43:08.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:25:44.639Z (about 1 year ago)
- Topics: css3, flex, html5
- Language: CSS
- Homepage: https://login-pied-beta.vercel.app
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Login Page
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.

## Features
- Username and password input fields.
- Checkbox to remember login credentials.
- Forgot password link.
- Registration link for users who don't have an account.
## Technologies Used
- HTML
- CSS
- [Boxicons](https://boxicons.com/): For iconography.
## Installation
1. Clone this repository or download it as a ZIP file.
2. Open the downloaded files in your preferred code editor or web browser.
## Live Demo
Check out the live demo [here](https://login-pied-beta.vercel.app/).
## Usage
1. Open the `index.html` file in your web browser.
2. Enter your username and password.
3. Optionally, check the "Remember me" checkbox.
4. Click the "Login" button to submit your credentials.
## Notes
- 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!