clause_page.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3. <head>
  4. <title>The page is not found</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. body {
  9. background-color: #fff;
  10. color: #000;
  11. font-size: 0.9em;
  12. font-family: sans-serif,helvetica;
  13. margin: 0;
  14. padding: 0;
  15. }
  16. :link {
  17. color: #c00;
  18. }
  19. :visited {
  20. color: #c00;
  21. }
  22. a:hover {
  23. color: #f50;
  24. }
  25. h1 {
  26. text-align: center;
  27. margin: 0;
  28. padding: 0.6em 2em 0.4em;
  29. background-color: #294172;
  30. color: #fff;
  31. font-weight: normal;
  32. font-size: 1.75em;
  33. border-bottom: 2px solid #000;
  34. }
  35. h1 strong {
  36. font-weight: bold;
  37. font-size: 1.5em;
  38. }
  39. h2 {
  40. text-align: center;
  41. background-color: #3C6EB4;
  42. font-size: 1.1em;
  43. font-weight: bold;
  44. color: #fff;
  45. margin: 0;
  46. padding: 0.5em;
  47. border-bottom: 2px solid #294172;
  48. }
  49. h3 {
  50. text-align: center;
  51. background-color: #ff0000;
  52. padding: 0.5em;
  53. color: #fff;
  54. }
  55. hr {
  56. display: none;
  57. }
  58. .content {
  59. padding: 1em 5em;
  60. }
  61. .alert {
  62. border: 2px solid #000;
  63. }
  64. img {
  65. border: 2px solid #fff;
  66. padding: 2px;
  67. margin: 2px;
  68. }
  69. a:hover img {
  70. border: 2px solid #294172;
  71. }
  72. .logos {
  73. margin: 1em;
  74. text-align: center;
  75. }
  76. /*]]>*/
  77. </style>
  78. </head>
  79. <body>
  80. <h1><strong>nginx error!</strong></h1>
  81. <div class="content">
  82. <h3>您要访问的路径已经不存在.</h3>
  83. <div class="alert">
  84. <h2>Website Administrator</h2>
  85. <div class="content">
  86. <p>Something has triggered missing webpage on your
  87. website. This is the default 404 error page for
  88. <strong>nginx</strong> that is distributed with
  89. EPEL. It is located
  90. <tt>/usr/share/nginx/html/404.html</tt></p>
  91. <p>You should customize this error page for your own
  92. site or edit the <tt>error_page</tt> directive in
  93. the <strong>nginx</strong> configuration file
  94. <tt>/etc/nginx/nginx.conf</tt>.</p>
  95. </div>
  96. </div>
  97. </div>
  98. </body>
  99. </html>