Here is a basic example of a login page in HTML:
```
Login Page
Login
```
This code creates a basic login page with a form containing fields for username and password, and a submit button. The form is styled with CSS to have a simple and modern look.
Note that this is just an example and you should add proper validation, security measures, and functionality to your login page in a real-world scenario.
Comments