1 Star 0 Fork 1

rain zhao/SimpleAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages-session-expired.html 3.87 KB
一键复制 编辑 原始数据 按行查看 历史
zhaoyu 提交于 2020-09-18 10:00 +08:00 . init v1.2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SimpleAdmin - Responsive Admin Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="assets/css/metisMenu.min.css" rel="stylesheet">
<!-- Icons CSS -->
<link href="assets/css/icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- HOME -->
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="wrapper-page">
<div class="m-t-40 card-box">
<div class="account-content">
<div class="text-center m-b-20">
<img src="assets/images/warming.svg" title="invite.svg" height="100" class="m-t-10">
<h3 class="expired-title">Your session has expired due to inactivity</h3>
</div>
<form class="form-horizontal" action="#">
<div class="form-group m-b-20">
<div class="col-xs-12">
<label for="emailaddress">Email address</label>
<input class="form-control" type="email" id="emailaddress" required="" placeholder="john@deo.com">
</div>
</div>
<div class="form-group m-b-20">
<div class="col-xs-12">
<label for="password">Password</label>
<input class="form-control" type="password" required="" id="password" placeholder="Enter your password">
</div>
</div>
<div class="form-group account-btn text-center m-t-10">
<div class="col-xs-12">
<button class="btn btn-lg btn-primary btn-block" type="submit">Log In</button>
</div>
</div>
</form>
<div class="clearfix"></div>
</div>
</div>
<!-- end card-box-->
</div>
<!-- end wrapper -->
</div>
</div>
</div>
</section>
<!-- END HOME -->
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/metisMenu.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<!-- App Js -->
<script src="assets/js/jquery.app.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/byszhao/SimpleAdmin.git
git@gitee.com:byszhao/SimpleAdmin.git
byszhao
SimpleAdmin
SimpleAdmin
master

搜索帮助