You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB

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