33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
<title>『豪情』后台管理</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/admin_login.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="admin_login_wrap">
|
||
|
<h1>后台管理</h1>
|
||
|
<div class="adming_login_border">
|
||
|
<div class="admin_input">
|
||
|
<form action="index.html" method="post">
|
||
|
<ul class="admin_items">
|
||
|
<li>
|
||
|
<label for="user">用户名:</label>
|
||
|
<input type="text" name="username" value="admin" id="user" size="40" class="admin_input_style" />
|
||
|
</li>
|
||
|
<li>
|
||
|
<label for="pwd">密码:</label>
|
||
|
<input type="password" name="pwd" value="admin" id="pwd" size="40" class="admin_input_style" />
|
||
|
</li>
|
||
|
<li>
|
||
|
<input type="submit" tabindex="3" value="提交" class="btn btn-primary" />
|
||
|
</li>
|
||
|
</ul>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<p class="admin_copyright"><a tabindex="5" href="#" target="_blank">返回首页</a> © 2014 Powered by 更多模板:<a href="http://www.mycodes.net/" target="_blank">源码之家</a></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|