📄 login.asp
字号:
<html>
<head>
<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/style.css">
</head>
<body bgcolor="#FFFFFF" background="../images/bg2.gif">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="center">
<td> </td>
</tr>
<tr align="center">
<td>您好,欢迎来到 Generation New(新生派) 社区管理系统</td>
</tr>
<tr align="center">
<td> </td>
</tr>
<tr align="center">
<td>请在下面输入管理员的用户名和密码</td>
</tr>
<tr align="center">
<td> </td>
</tr>
<tr align="center">
<td> </td>
</tr>
<tr align="center">
<td> </td>
</tr>
<tr align="center">
<td>
<form method="post" action="check.asp" name="Login">
管理员用户名:
<input type="text" name="username">
<br>
管理员密码:
<input type="password" name="password">
<br>
<input type="submit" name="Submit" value=" 提交 ">
<input type="reset" name="Reset" value=" 取消 ">
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -