<!DOCTYPE html>
<html>
<body>
<h2>You must login!</h2>
<form method="POST">
<input type="text" placeholder="Username" name="name" /><br />
<input type="password" placeholder="Password" name="password" />
<button>Login</button>
</form>
</body>
</html>