404.html 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="cz">
  3. <head>
  4. <title>404 stránka</title>
  5. <meta charset="utf-8" />
  6. <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testovací stránka Full Atom Feed" />
  7. <link rel="stylesheet" href="http://example.com/test/cz/../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/cz/">Testovací stránka <strong></strong></a></h1>
  12. </header><!-- /#banner -->
  13. <nav id="menu"><ul>
  14. </ul></nav><!-- /#menu -->
  15. <h1>404 stránka</h1>
  16. Translations:
  17. <a href="http://example.com/test/cz/../de/pages/404.html">de</a>
  18. <a href="http://example.com/test/cz/../pages/404.html">en</a>
  19. <p>Jednoduchá 404 stránka.</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>