Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head><meta charset="UTF-8"><title>Login</title></head> | |
| <body> | |
| <div> | |
| <h2>Sign In</h2> | |
| <label>Email</label> | |
| <input type="email" placeholder="you@example.com"> | |
| <label>Password</label> | |
| <input type="password" placeholder="••••••••"> | |
| <button>Sign In</button> | |
| <p>Don't have an account? <a href="#">Sign up</a></p> | |
| </div> | |
| </body> | |
| </html> | |