500.html 699 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width">
  7. <title>Grafana</title>
  8. <link rel="stylesheet" href="[[.AppSubUrl]]/css/grafana.dark.min.css" title="Dark">
  9. <link rel="icon" type="image/png" href="[[.AppSubUrl]]/img/fav32.png">
  10. </head>
  11. <body>
  12. <div class="gf-box" style="margin: 200px auto 0 auto; width: 500px;">
  13. <div class="gf-box-header">
  14. <span class="gf-box-title">
  15. Server side error :(
  16. </span>
  17. </div>
  18. <div class="gf-box-body">
  19. <h4>[[.Title]]</h4>
  20. [[.ErrorMsg]]
  21. </div>
  22. </div>
  23. </body>
  24. </html>