Spaces:
Running
Running
File size: 412 Bytes
cf6c0e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html>
<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>
|