untranslated-page-en.html 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <title>Untranslated 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="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>Untranslated page</h1>
  16. <p>This page has no translation.</p>
  17. <footer id="contentinfo" class="body">
  18. <address id="about" class="vcard body">
  19. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  20. which takes great advantage of <a href="http://python.org">Python</a>.
  21. </address><!-- /#about -->
  22. </footer><!-- /#contentinfo -->
  23. </body>
  24. </html>