Updated paths to assets in pages
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<title>AdminLTE | Lockscreen</title>
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../../css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- Theme style -->
|
||||
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- Automatic element centering using js -->
|
||||
<div class="center">
|
||||
<div class="center">
|
||||
<div class="headline text-center" id="time">
|
||||
<!-- Time auto generated by js -->
|
||||
</div><!-- /.headline -->
|
||||
|
||||
|
||||
<!-- User name -->
|
||||
<div class="lockscreen-name">John Doe</div>
|
||||
|
||||
|
||||
<!-- START LOCK SCREEN ITEM -->
|
||||
<div class="lockscreen-item">
|
||||
<!-- lockscreen image -->
|
||||
@@ -37,7 +37,7 @@
|
||||
<!-- /.lockscreen-image -->
|
||||
|
||||
<!-- lockscreen credentials (contains the form) -->
|
||||
<div class="lockscreen-credentials">
|
||||
<div class="lockscreen-credentials">
|
||||
|
||||
<div class="input-group">
|
||||
<input type="password" class="form-control" placeholder="password" />
|
||||
@@ -51,13 +51,13 @@
|
||||
|
||||
<div class="lockscreen-link">
|
||||
<a href="login.html">Or sign in as a different user</a>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.center -->
|
||||
|
||||
<!-- jQuery 2.0.2 -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="../../js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
|
||||
<!-- page script -->
|
||||
<script type="text/javascript">
|
||||
@@ -115,4 +115,4 @@
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user