404.html 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <title>Eine 404 Seite</title>
  5. <meta charset="utf-8" />
  6. <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testseite Full Atom Feed" />
  7. <link rel="stylesheet" href="http://example.com/test/de/../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/de/">Testseite <strong></strong></a></h1>
  12. </header><!-- /#banner -->
  13. <nav id="menu"><ul>
  14. </ul></nav><!-- /#menu -->
  15. <h1>Eine 404 Seite</h1>
  16. Translations:
  17. <a href="http://example.com/test/de/../cz/pages/404.html">cz</a>
  18. <a href="http://example.com/test/de/../pages/404.html">en</a>
  19. <p>Eine einfache 404 Seite.</p>
  20. <footer id="contentinfo" class="body">
  21. <address id="about" class="vcard body">
  22. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  23. which takes great advantage of <a href="http://python.org">Python</a>.
  24. </address><!-- /#about -->
  25. </footer><!-- /#contentinfo -->
  26. </body>
  27. </html>