GeoRSS aggregator and Layar augmented reality server
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.

404.html 728 B

il y a 12 ans
1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The page you were looking for doesn't exist (404)</title>
  5. <style type="text/css">
  6. body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  7. div.dialog {
  8. width: 25em;
  9. padding: 0 4em;
  10. margin: 4em auto 0 auto;
  11. border: 1px solid #ccc;
  12. border-right-color: #999;
  13. border-bottom-color: #999;
  14. }
  15. h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  16. </style>
  17. </head>
  18. <body>
  19. <!-- This file lives in public/404.html -->
  20. <div class="dialog">
  21. <h1>The page you were looking for doesn't exist.</h1>
  22. <p>You may have mistyped the address or the page may have moved.</p>
  23. </div>
  24. </body>
  25. </html>