<html>
<head>
<title>Log In</title>
</head>
<body>
<form action="process.php" method="post">
Password <input type="password">
<br>
<input type="submit">
</form>
</body>
</html>