123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>AdminLTE - 500 Error</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><!-- /.row -->
- <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-wrench"></i> 500 Oops!</h1>
- <h4>This page is currently having problems!<br/>
- <small>We are working on it. We promise this won't happen again.</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="Try searching the website..."/>
- <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>
|