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

