beeadmin/static/nifty/demo/pages-500.html
2017-08-20 16:59:58 +08:00

134 lines
3.6 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 500 | Nifty - Admin Template</title>
<!--STYLESHEET-->
<!--=================================================-->
<!--Open Sans Font [ OPTIONAL ]-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!--Bootstrap Stylesheet [ REQUIRED ]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--Nifty Stylesheet [ REQUIRED ]-->
<link href="css/nifty.min.css" rel="stylesheet">
<!--Nifty Premium Icon [ DEMONSTRATION ]-->
<link href="css/demo/nifty-demo-icons.min.css" rel="stylesheet">
<!--JAVASCRIPT-->
<!--=================================================-->
<!--Pace - Page Load Progress Par [OPTIONAL]-->
<link href="plugins/pace/pace.min.css" rel="stylesheet">
<script src="plugins/pace/pace.min.js"></script>
<!--jQuery [ REQUIRED ]-->
<script src="js/jquery-2.2.4.min.js"></script>
<!--BootstrapJS [ RECOMMENDED ]-->
<script src="js/bootstrap.min.js"></script>
<!--NiftyJS [ RECOMMENDED ]-->
<script src="js/nifty.min.js"></script>
<!--=================================================-->
<!--=================================================
REQUIRED
You must include this in your project.
RECOMMENDED
This category must be included but you may modify which plugins or components which should be included in your project.
OPTIONAL
Optional plugins. You may choose whether to include it in your project or not.
DEMONSTRATION
This is to be removed, used for demonstration purposes only. This category must not be included in your project.
SAMPLE
Some script samples which explain how to initialize plugins or components. This category should not be included in your project.
Detailed information and more samples can be found in the document.
=================================================-->
</head>
<!--TIPS-->
<!--You may remove all ID or Class names which contain "demo-", they are only used for demonstration. -->
<body>
<div id="container" class="cls-container">
<!-- HEADER -->
<!--===================================================-->
<div class="cls-header">
<div class="cls-brand">
<a class="box-inline" href="index.html">
<!-- <img alt="Nifty Admin" src="images/logo.png" class="brand-icon"> -->
<span class="brand-title">Nifty<span class="text-thin">Admin</span></span>
</a>
</div>
</div>
<!-- CONTENT -->
<!--===================================================-->
<div class="cls-content">
<h1 class="error-code text-primary">500</h1>
<p class="text-main text-semibold text-lg text-uppercase">Internal Server Error!</p>
<div class="pad-btm text-muted">
Something went wrong and server couldn't process your request.
</div>
<div class="row mar-ver">
<form class="col-xs-12 col-sm-10 col-sm-offset-1" method="post" action="pages-search-results.html">
<input type="text" placeholder="Search.." class="form-control input-lg error-search">
</form>
</div>
<hr class="new-section-sm bord-no">
<div class="pad-top"><a class="btn-link" href="index.html">Back to Homepage</a></div>
</div>
</div>
<!--===================================================-->
<!-- END OF CONTAINER -->
</body>
</html>