2 Star 0 Fork 0

wangjianggit/AdminManage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page-lockscreen.html 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
wangjianggit 提交于 2018-05-10 17:20 . 折线图组件开发
<!doctype html>
<html lang="en" class="fullscreen-bg">
<head>
<title>Lockscreen | Klorofil - Free Bootstrap Dashboard Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- VENDOR CSS -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/vendor/linearicons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- FOR DEMO PURPOSES ONLY. You should remove this in your project -->
<link rel="stylesheet" href="assets/css/demo.css">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
<!-- ICONS -->
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon.png">
</head>
<body>
<!-- WRAPPER -->
<div id="wrapper">
<div class="vertical-align-wrap">
<div class="vertical-align-middle">
<div class="auth-box lockscreen clearfix">
<div class="content">
<h1 class="sr-only">Klorofil - Free Bootstrap dashboard</h1>
<div class="logo text-center"><img src="assets/img/logo-dark.png" alt="Klorofil Logo"></div>
<div class="user text-center">
<img src="assets/img/user-medium.png" class="img-circle" alt="Avatar">
<h2 class="name">Samuel Gold</h2>
</div>
<form action="index.html">
<div class="input-group">
<input type="password" class="form-control" placeholder="Enter your password ...">
<span class="input-group-btn"><button type="submit" class="btn btn-primary"><i class="fa fa-arrow-right"></i></button></span>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- END WRAPPER -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/showtimenow/AdminManage.git
[email protected]:showtimenow/AdminManage.git
showtimenow
AdminManage
AdminManage
master

搜索帮助