1 Star 0 Fork 24

我等着你 / AdminEx

forked from Dlg / AdminEx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lock_screen.html 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
Dlg 提交于 2017-04-18 14:48 . no commit message
<!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">
<meta name="description" content="">
<meta name="author" content="ThemeBucket">
<link rel="shortcut icon" href="#" type="image/png">
<title>Lock Screen</title>
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="lock-screen">
<div class="lock-wrapper">
<div class="panel lock-box text-center">
<img alt="lock avatar" src="images/photos/user1.png">
<div class="locked">
<i class="fa fa-lock"></i>
</div>
<h1>Jonathan Smith</h1>
<div class="row">
<form action="index.html" class="form-inline" role="form">
<div class="form-group col-md-12 col-sm-12 col-xs-12">
<input type="password" class="form-control lock-input" placeholder="Password">
<button type="submit" class="btn btn-lock pull-right">
<i class="fa fa-check"></i>
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Placed js at the end of the document so the pages load faster -->
<!-- Placed js at the end of the document so the pages load faster -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
</body>
</html>
HTML
1
https://gitee.com/jyj3621/adminex.git
git@gitee.com:jyj3621/adminex.git
jyj3621
adminex
AdminEx
master

搜索帮助