404.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>A 404 page</title>
  5. <meta charset="utf-8" />
  6. <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testing site Full Atom Feed" />
  7. <link rel="stylesheet" href="http://example.com/test/theme/style.css" />
  8. </head>
  9. <body id="index" class="home">
  10. <header id="banner" class="body">
  11. <h1><a href="http://example.com/test/">Testing site <strong></strong></a></h1>
  12. </header><!-- /#banner -->
  13. <nav id="menu"><ul>
  14. <li><a href="http://example.com/test/pages/untranslated-page.html">Untranslated page</a></li>
  15. </ul></nav><!-- /#menu -->
  16. <h1>A 404 page</h1>
  17. Translations:
  18. <a href="http://example.com/test/cz/pages/404.html">cz</a>
  19. <a href="http://example.com/test/de/pages/404.html">de</a>
  20. <p>A simple 404 page.</p>
  21. <footer id="contentinfo" class="body">
  22. <address id="about" class="vcard body">
  23. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  24. which takes great advantage of <a href="http://python.org">Python</a>.
  25. </address><!-- /#about -->
  26. </footer><!-- /#contentinfo -->
  27. </body>
  28. </html>