login.html
来自「功能不是很全面,需要自己修改和添加.尊重作者版权,希望大家相互学习,提出意见和建」· HTML 代码 · 共 42 行
HTML
42 行
<!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=gb2312" />
<link rel="stylesheet" type="text/css" href="main.css">
<title>管理登录</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-size: 36px;
font-weight: bold;
font-style: italic;
}
-->
</style>
</head>
<body>
<div align="center"></div>
<div align="center">
<pre class="style1"> </pre>
<span class="style1">黔南民族师范学院黄页系统</span></div>
<div id="login"> <div id="login_info">
<form id="form1" name="form1" method="post" action="login.asp?action=login">
<p><span class="name">用户名</span>
<input type="text" name="username" id="username" />
</p>
<p><span class="name">密 码</span>
<input type="password" name="password" id="password" />
</p>
<p align="center">
<input type="submit" name="submit" id="submit" value=" 登 录 " />
</p>
</form>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?