📄 entry.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<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">
<title>登录</title>
<link rel=stylesheet type=text/css href=../style.css>
</head>
<body>
<div align="center">
<center>
<form method="POST" action="login.asp">
<table border="0" cellspacing="1">
<tr>
<td>用户名:</td>
<td>
<p><input type="text" name="username" size="20"></p>
</td>
</tr>
<tr>
<td>密码:</td>
<td><input type="password" name="psw" size="20"></td>
</tr>
<tr>
<td colspan="2">
<p align="center"><input type="submit" value="登录" name="B1"><input type="reset" value="重填" name="B2"></td>
</tr>
</table>
</form>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -