mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>Server Error</title>
|
||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="row">
|
||
|
<div class="col-md-4 col-md-offset-4">
|
||
|
<div class="panel panel-danger" style="margin-top: 200px">
|
||
|
<div class="panel-heading">
|
||
|
<strong>Server Error</strong>
|
||
|
</div>
|
||
|
<div class="panel-body">
|
||
|
<p>There was a problem with your request. This error has been logged and administrative staff have
|
||
|
been notified. Please return to the home page and try again.</p>
|
||
|
<div class="text-right">
|
||
|
<a href="/" class="btn btn-primary">Home Page</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|