42 lines
2.0 KiB
HTML
42 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AdminLTE - 404 Not Found</title>
|
|
<meta charset="UTF-8">
|
|
<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" />
|
|
<!-- font Awesome -->
|
|
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
|
<!-- Theme style -->
|
|
<link href="../theme/theme.css" rel="stylesheet" />
|
|
<!-- Google font Signika -->
|
|
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body class="bg-white">
|
|
<div class="row-fluid">
|
|
<div class="valign col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
|
<h1 class="text-center signika"><i class="fa fa-shield"></i> AdminLTE</h1>
|
|
</div><!-- /.col -->
|
|
</div><!-- /.col -->
|
|
|
|
<div class="row-fluid">
|
|
<div class="col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
|
<h1 class="font-light-blue"><i class="fa fa-search"></i> 404 Oops!</h1>
|
|
<h4>We are sorry about that! <br/><small>We don't seem to be able to find the page you requested.</small></h4>
|
|
<form action="#" method="post">
|
|
<div class="form-group">
|
|
<div class="input-group">
|
|
<span class="input-group-addon control"><i class="fa fa-search"></i></span>
|
|
<input type="text" name="search" class="form-control" placeholder="Search for what you want..."/>
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-light-blue" type="button">Go!</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div><!-- /.col -->
|
|
</div><!-- /.row -->
|
|
</body>
|
|
</html>
|