amaljoe88's picture
deploy: sync 712e5bc -> HF
cf6c0e0
Raw
History Blame Contribute Delete
412 Bytes
<!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>