📄 login.html
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理登录</title>
</head>
<body>
<div align="center">
<form method="post" action="login.php">
<table border="0" width="79%" height="471" style="border-collapse: collapse">
<tr>
<td width="94" height="97"> </td>
<td height="100"> </td>
<td width="78" height="97"> </td>
</tr>
<tr>
<td width="100"> </td>
<td align="center">
<table style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0" width="68%" border="0">
<tr>
<td style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" align="middle" width="362" bgColor="#f7f7f7" height="25">
管理登录 </td>
</tr>
<tr>
<td style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" align="middle" height="175">
名字 <input class="button" value="" name="username"><br>
<br>
密码 <input class="button" type="password" value name="password"><br>
<br>
<input type="radio" CHECKED value="no" name="savetime"> 一次 <input type="radio" value="1day" name="savetime"> 一天<input type="radio" value="1week" name="savetime"> 一周 <input type="radio" value="1year" name="savetime"> 一年
</td>
</tr>
<tr>
<td style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" align="right" bgColor="#f7f7f7" height="30">
<input class="button" type="submit" value="确定登陆">
<input type="hidden" value="1" name="islogin"> </td>
</tr>
</table>
</td>
<td width="100"> </td>
</tr>
<tr>
<td width="94" height="69"> </td>
<td height="100"> </td>
<td width="78" height="69"> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -