<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Password</title>
</head>
<body>
<form method="post">
    <label for="pwd">Password:</label>
    <input type="password" id="pwd" name="pwd">
    <input type="submit">
</form>
</body>
</html>