📄 index.htm
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登陆</title>
</head>
<body>
<div align="center">
<table border="0" width="300" cellspacing="0" cellpadding="0" id="table1" bgcolor="#88C4FF">
<tr>
<td height="30">
<p align="center"><b>管理员登陆</b></td>
</tr>
<tr>
<td align="center">
<form method="POST" action="managerlogin.jsp">
<table border="0" width="95%" cellspacing="0" cellpadding="0" id="table2" bgcolor="#D2E9FF">
<tr>
<td align="right" width="201">用户名:</td>
<td width="249">
<input type="text" name="username" size="15"></td>
</tr>
<tr>
<td align="right" width="201">密 码:</td>
<td width="249">
<input type="password" name="password" size="15"></td>
</tr>
<tr>
<td align="right" colspan="2" height="25">
<p align="center">
<input type="submit" value="登陆" name="B1">
<input type="reset" value="取消" name="B2"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -