A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

67 lignes
1.4 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>We're sorry, but something went wrong (500)</title>
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <style>
  7. body {
  8. background-color: #EFEFEF;
  9. color: #2E2F30;
  10. text-align: center;
  11. font-family: arial, sans-serif;
  12. margin: 0;
  13. }
  14. div.dialog {
  15. width: 95%;
  16. max-width: 33em;
  17. margin: 4em auto 0;
  18. }
  19. div.dialog > div {
  20. border: 1px solid #CCC;
  21. border-right-color: #999;
  22. border-left-color: #999;
  23. border-bottom-color: #BBB;
  24. border-top: #B00100 solid 4px;
  25. border-top-left-radius: 9px;
  26. border-top-right-radius: 9px;
  27. background-color: white;
  28. padding: 7px 12% 0;
  29. box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
  30. }
  31. h1 {
  32. font-size: 100%;
  33. color: #730E15;
  34. line-height: 1.5em;
  35. }
  36. div.dialog > p {
  37. margin: 0 0 1em;
  38. padding: 1em;
  39. background-color: #F7F7F7;
  40. border: 1px solid #CCC;
  41. border-right-color: #999;
  42. border-left-color: #999;
  43. border-bottom-color: #999;
  44. border-bottom-left-radius: 4px;
  45. border-bottom-right-radius: 4px;
  46. border-top-color: #DADADA;
  47. color: #666;
  48. box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
  49. }
  50. </style>
  51. </head>
  52. <body>
  53. <!-- This file lives in public/500.html -->
  54. <div class="dialog">
  55. <div>
  56. <h1>We're sorry, but something went wrong.</h1>
  57. </div>
  58. <p>If you are the application owner check the logs for more information.</p>
  59. </div>
  60. </body>
  61. </html>