index.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <title>Willkommen Sie zur unserer Testseite</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. <section id="content">
  16. <h2>All articles</h2>
  17. <ol id="post-list">
  18. <li><article class="hentry">
  19. <header> <h2 class="entry-title"><a href="http://example.com/test/de/translated-article.html" rel="bookmark" title="Permalink to Ein übersetzter Artikel">Ein übersetzter Artikel</a></h2> </header>
  20. <footer class="post-info">
  21. <time class="published" datetime="2014-09-14T00:00:00+00:00"> Sun 14 September 2014 </time>
  22. <address class="vcard author">By
  23. <a class="url fn" href="http://example.com/test/de/author/der-tester.html">Der Tester</a>
  24. </address>
  25. </footer><!-- /.post-info -->
  26. <div class="entry-content"> <p>Ein einfacher Artikel mit einer Übersetzung.
  27. Hier ist ein Link zur <a class="reference external" href="http://example.com/test/de/../images/img.png">einigem Bild</a>.</p>
  28. </div><!-- /.entry-content -->
  29. </article></li>
  30. </ol><!-- /#posts-list -->
  31. </section><!-- /#content -->
  32. <footer id="contentinfo" class="body">
  33. <address id="about" class="vcard body">
  34. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  35. which takes great advantage of <a href="http://python.org">Python</a>.
  36. </address><!-- /#about -->
  37. </footer><!-- /#contentinfo -->
  38. </body>
  39. </html>