1 Star 0 Fork 407

northseafishoo / hplus

forked from 若依 / hplus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
login_v2-1.html 3.15 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
若依 提交于 2020-05-28 22:59 . 第一次提交
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>H+ 后台主题UI框架 - 登录</title>
<meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
<meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/login.css" rel="stylesheet">
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html" />
<![endif]-->
<script>
if (window.top !== window.self) {
window.top.location = window.location;
}
</script>
</head>
<body class="signin">
<div class="signinpanel">
<div class="row">
<div class="col-sm-7">
<div class="signin-info">
<div class="logopanel m-b">
<h1>[ H+ ]</h1>
</div>
<div class="m-b"></div>
<h4>欢迎使用 <strong>H+ 后台主题UI框架</strong></h4>
<ul class="m-b">
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势一</li>
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势二</li>
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势三</li>
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势四</li>
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势五</li>
</ul>
<strong>还没有账号? <a href="#">立即注册&raquo;</a></strong>
</div>
</div>
<div class="col-sm-5">
<form method="post" action="index.html">
<h4 class="no-margins">登录:</h4>
<p class="m-t-md">登录到H+后台主题UI框架</p>
<input type="text" class="form-control uname" placeholder="用户名" />
<input type="password" class="form-control pword" placeholder="密码" />
<div class="input-group m-t m-b">
<input type="text" class="form-control no-margins" placeholder="验证码">
<span class="input-group-addon no-padding"><img src="http://www.mscto.com/uploads/allimg/111008/005640NK-5.jpg" height="32"></span>
</div>
<a href="">忘记密码了?</a>
<button class="btn btn-success btn-block">登录</button>
</form>
</div>
</div>
<div class="signup-footer">
<div class="pull-left">
&copy; 2015 All Rights Reserved. H+
</div>
</div>
</div>
</body>
</html>
HTML/CSS
1
https://gitee.com/northseafishoo/hplus.git
git@gitee.com:northseafishoo/hplus.git
northseafishoo
hplus
hplus
master

搜索帮助