⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.htm

📁 这是一个单用户的留言本
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户登入</title>
<style type="text/css">
<!--
.style1 {
	font-size: 12px;
	color: #9999CC;
}
body {
	background-image: url(images/beijing.gif);
}
.style3 {color: #9999CC}
.style5 {font-size: 12px}
-->
</style>
</head>

<body>
<br><br><br><br><br><br>
<form action="Login.asp" method="post">
<div align="center">
<table width="300" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="160" align="center" valign="top"><table width="300" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="31" background="images/login.gif">&nbsp;</td>
      </tr>
    </table>
      <table width="300" border="0" cellpadding="0" cellspacing="1" bgcolor="#666699">
        <tr>
          <td height="140" align="center" valign="top" bgcolor="#FFFFFF"><table width="298" height="105" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="55" height="29" bgcolor="#F0F0F0">&nbsp;</td>
              <td width="60" height="50" bgcolor="#F0F0F0"><span class="style1">用户名:</span></td>
              <td width="183" bgcolor="#F0F0F0"><div align="left">
                <input name="username" type="text" class="style1" id="username" size="18" maxlength="10">
              </div></td>
            </tr>
            <tr>
              <td height="26">&nbsp;</td>
              <td height="50"><span class="style1">密 码:</span></td>
              <td><div align="left">
                <input name="password" type="password" class="style1" id="password" size="19" maxlength="10">
              </div></td>
            </tr>
            <tr bgcolor="#F0F0F0">
              <td height="40" colspan="3"><div align="center">
                <input type="submit" name="Submit" value="提交"> 
                <input name="reset" type="reset" id="reset" value="重填"></div></td>
              </tr>
          </table></td>
        </tr>
      </table></td>
  </tr>
</table>
</div>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -