20251120
password.html
<html> <head> <title>password</title> </head> <body> <center> <h1><b>password</b></h1> <hr> <form action="password.cgi" method="POST"> 検索キーワード<br> <input type="password" name="password"><br> <input type="submit" value="送信"> <input type="reset" value="リセット"> </form> </center> </body> </html>

