📄 admin.asp
字号:
<html>
<head>
<title>管理者登陆</title>
<link rel="stylesheet" href="style.CSS">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style></head>
<body >
<div align="center">
<p><img src="../love1.jpg" width="780" height="350"></p>
<p><strong>管理员 登录界面</strong></p>
<form method="post" action="Chkadmin.asp">
<table width="250" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr >
<td><font color="#333333">用户名称: <br>
</font></td>
<td> <font color="#333333">
<input class="input" type="text" name="Username" size="23">
</font></td>
</tr>
<tr >
<td><font color="#333333">用户密码:</font></td>
<td> <font color="#333333">
<input class="input" type="password" name="Password" size="23">
</font></td>
</tr>
<tr >
<td colspan="2" align="center"> <font color="#333333">
<input class="button" type="submit" name="Submit" value="确认">
</font></td>
</tr>
</table>
</form>
<p><br>
</p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -