<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<body>
<p style="font-size: 45px; color: #FF9; font-weight: bold; text-align: center;">用户登录 </p>
<form name="form1" method="post" action="loginok.asp"><table width="292" align="center">
<tr>
<td align="center">用户名:
<label for="user"></label></td>
<td><input name="user" type="text" id="user" size="15"></td>
</tr>
<tr>
<td align="center">密 码:
<label for="psw2"></label></td>
<td><input name="psw1" type="password" id="psw1" size="15"></td>
</tr>
<tr>
<td align="center"> </td>
<td><input type="submit" name="button" id="button" value="登录">
<input type="reset" name="button2" id="button2" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>