📄 index.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
<title>管理登陆</title>
</head>
<body><form name="login" method="post" action="Chklogin.asp">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="300" bgcolor="#A2A2A2" height="90">
<tr>
<td colspan="2" width="294" bgcolor="#FFFFFF" height="18">
<p align="center">管 理 员 登 陆</td>
</tr>
<tr>
<td width="88" bgcolor="#FFFFFF" height="14" align="center">用户名:</td>
<td width="202" bgcolor="#FFFFFF" height="14"> <input type="text" name="admin_name" size="20" style="border: 1 solid #A2A2A2"></td>
</tr>
<tr>
<td width="88" bgcolor="#FFFFFF" height="14" align="center">密
码:</td>
<td width="202" bgcolor="#FFFFFF" height="14"> <input type="password" name="admin_pass" size="20" style="border: 1 solid #A2A2A2"></td>
</tr>
<tr>
<td colspan="2" width="294" bgcolor="#FFFFFF" height="36">
<p align="center"><input type="submit" value="确 定" name="B1"> <input type="reset" value="重 置" name="B2"></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -