index.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Welcome to our Testing site</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. <section id="content">
  17. <h2>All articles</h2>
  18. <ol id="post-list">
  19. <li><article class="hentry">
  20. <header> <h2 class="entry-title"><a href="http://example.com/test/translated-article.html" rel="bookmark" title="Permalink to A translated article">A translated article</a></h2> </header>
  21. <footer class="post-info">
  22. <abbr class="published" title="2014-09-13T00:00:00"> Sat 13 September 2014 </abbr>
  23. <address class="vcard author">By
  24. <a class="url fn" href="http://example.com/test/author/the-tester.html">The Tester</a>
  25. </address>
  26. </footer><!-- /.post-info -->
  27. <div class="entry-content"> <p>A simple article with a translation.
  28. Here is a link to <a class="reference external" href="http://example.com/test/images/img.png">some image</a>.</p>
  29. </div><!-- /.entry-content -->
  30. </article></li>
  31. <li><article class="hentry">
  32. <header> <h2 class="entry-title"><a href="http://example.com/test/an-untranslated-article.html" rel="bookmark" title="Permalink to An untranslated article">An untranslated article</a></h2> </header>
  33. <footer class="post-info">
  34. <abbr class="published" title="2014-07-14T00:00:00"> Mon 14 July 2014 </abbr>
  35. <address class="vcard author">By
  36. <a class="url fn" href="http://example.com/test/author/the-tester.html">The Tester</a>
  37. </address>
  38. </footer><!-- /.post-info -->
  39. <div class="entry-content"> <p>An article without a translation.
  40. Here is a link to an <a class="reference external" href="http://example.com/test/pages/untranslated-page.html">untranslated page</a></p>
  41. </div><!-- /.entry-content -->
  42. </article></li>
  43. </ol><!-- /#posts-list -->
  44. </section><!-- /#content -->
  45. <footer id="contentinfo" class="body">
  46. <address id="about" class="vcard body">
  47. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  48. which takes great advantage of <a href="http://python.org">Python</a>.
  49. </address><!-- /#about -->
  50. </footer><!-- /#contentinfo -->
  51. </body>
  52. </html>