icons-48.png 539 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>404 Page Not Found</title>
  4. <style type="text/css">
  5. body {
  6. background-color: #fff;
  7. margin: 40px;
  8. font-family: Lucida Grande, Verdana, Sans-serif;
  9. font-size: 12px;
  10. color: #000;
  11. }
  12. #content {
  13. border: #999 1px solid;
  14. background-color: #fff;
  15. padding: 20px 20px 12px 20px;
  16. }
  17. h1 {
  18. font-weight: normal;
  19. font-size: 14px;
  20. color: #990000;
  21. margin: 0 0 4px 0;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div id="content">
  27. <h1>404 Page Not Found</h1>
  28. <p>The page you requested was not found.</p> </div>
  29. </body>
  30. </html>