📄 login.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>无标题文档</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="logo"><img src="images/logo_down.gif" /></div>
<div id="box_top"></div>
<div id="box">
<h2 id="pageName">无忧之源管理员登陆</h2>
<form id="form1" name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<th width="42%" align="right">用户帐号:</th>
<td width="58%"><input type="text" name="textfield" id="textfield" />
</td>
</tr>
<tr>
<th align="right">用户密码:</th>
<td><input name="textfield2" type="password" id="textfield2" size="22" />
</td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="button" id="button" value="登 陆" />
<input type="submit" name="button2" id="button2" value="取 消" />
</td>
</tr>
</table>
</form>
<div id="siteInfo">Copyright © 2007 www.lvvnuo.com Inc. All Rights Reserved 版权所有 无忧之源纸业有限公司</div>
<div class="clear"></div>
</div>
<div id="box_down"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -