📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK
href="../css.css" rel=stylesheet type=text/css>
<title>无标题文档</title>
</head>
<body>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><form name="form1" method="post" action="loginok.asp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" colspan="2"><div align="center">管理登陆</div></td>
</tr>
<tr>
<td width="31%" height="25"><div align="right">用户名:</div></td>
<td width="69%" height="25"><input name="adminer" type="text" id="adminer"></td>
</tr>
<tr>
<td height="25"><div align="right">密码:</div></td>
<td height="25"><input name="pwder" type="password" id="pwder"></td>
</tr>
<tr>
<td height="25" colspan="2"> <div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -