500.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Server Error</title>
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  7. </head>
  8. <body>
  9. <div class="row">
  10. <div class="col-md-4 col-md-offset-4">
  11. <div class="panel panel-danger" style="margin-top: 200px">
  12. <div class="panel-heading">
  13. <strong>Server Error</strong>
  14. </div>
  15. <div class="panel-body">
  16. <p>There was a problem with your request. This error has been logged and administrative staff have
  17. been notified. Please return to the home page and try again.</p>
  18. <p>If you are responsible for this installation, please consider
  19. <a href="https://github.com/digitalocean/netbox/issues">filing a bug report</a>.</p>
  20. <div class="text-right">
  21. <a href="/" class="btn btn-primary">Home Page</a>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </body>
  28. </html>