500.html 734 B

123456789101112131415161718192021222324252627282930313233343536
  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 - Error</title>
  8. <link href='[[.AppSubUrl]]/public/css/fonts.min.css' rel='stylesheet' type='text/css'>
  9. <link rel="stylesheet" href="[[.AppSubUrl]]/public/css/grafana.dark.min.css">
  10. <link rel="icon" type="image/png" href="[[.AppSubUrl]]/public/img/fav32.png">
  11. <base href="[[.AppSubUrl]]/" />
  12. </head>
  13. <body>
  14. <div class="page-container">
  15. <div class="page-header">
  16. <h1>
  17. Server side error :(
  18. </h1>
  19. </div>
  20. <h4>[[.Title]]</h4>
  21. <pre>[[.ErrorMsg]]</pre>
  22. </div>
  23. </body>
  24. </html>