-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpagenotfound.php
More file actions
65 lines (63 loc) · 2.58 KB
/
pagenotfound.php
File metadata and controls
65 lines (63 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>E-SUPERVISI</title>
<!-- Icon -->
<link rel="shortcut icon" type="image/icon" href="../favicon.ico">
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="aset/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="aset/fa/css/font-awesome.css">
<!-- DataTables -->
<link rel="stylesheet" href="aset/plugins/datatables/dataTables.bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="aset/dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="aset/dist/css/skins/_all-skins.min.css">
</head>
<body class="hold-transition login-page">
<div class="wrapper">
<!-- Content Wrapper. Contains page content -->
<!-- Main content -->
<section class="content">
<div class="login-logo">
<img src="favico.PNG" height="75" width="75"> <b>E-SUPERVISI</b>
<br/>
<br/>
</div>
<div class="error-page">
<h2 class="headline text-yellow"> 404</h2>
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.
Meanwhile, you may <a href="index.php">return to Login !</a>
</p>
<form class="search-form">
<div class="input-group">
</div>
</div><!-- /.input-group -->
</form>
</div><!-- /.error-content -->
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
</div><!-- ./wrapper -->
<!-- jQuery 2.1.4 -->
<script src="aset/plugins/jQuery/jQuery-2.1.4.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="aset/bootstrap/js/bootstrap.min.js"></script>
<!-- DataTables -->
<script src="aset/plugins/datatables/jquery.dataTables.min.js"></script>
<script src="aset/plugins/datatables/dataTables.bootstrap.min.js"></script>
<!-- SlimScroll -->
<script src="aset/plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="aset/plugins/fastclick/fastclick.min.js"></script>
<!-- AdminLTE App -->
<script src="aset/dist/js/app.min.js"></script>
</body>
</html>