<html>
<head>
<title>ログイン</title>
</head>
<body>
<h3>IDとパスワードを入力してください。</h3>
<h3><span id="error">※IDかパスワードを間違えています。</span></h3>
<form method="post" action="login">
<input type="text" id="id" name="id" value=""><br>
<input type="password" name="pass" value=""><br>
<input type="submit" value="ログイン">
</form>
</body>
</html>