You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
3.0KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Моё первое ревью</title>
  6. <link rel="stylesheet" href="/theme/css/main.css" />
  7. <!--[if IE]>
  8. <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body id="index" class="home">
  12. <header id="banner" class="body">
  13. <h1><a href="/">Opensource Game Studio </a></h1>
  14. <nav><ul>
  15. <li><a href="/pages/about.html">About</a></li>
  16. <li class="active"><a href="/category/review.html">Review</a></li>
  17. </ul></nav>
  18. </header><!-- /#banner -->
  19. <section id="content" class="body">
  20. <article>
  21. <header>
  22. <h1 class="entry-title">
  23. <a href="/keyboard-review-ru.html" rel="bookmark"
  24. title="Permalink to Моё первое ревью">Моё первое ревью</a></h1>
  25. </header>
  26. <div class="entry-content">
  27. <footer class="post-info">
  28. <abbr class="published" title="2017-06-01T10:20:00+07:00">
  29. Published: Thu 01 June 2017
  30. </abbr>
  31. <address class="vcard author">
  32. By <a class="url fn" href="/author/opensource-game-studio.html">Opensource Game Studio</a>
  33. </address>
  34. <p>In <a href="/category/review.html">Review</a>.</p>
  35. Translations:
  36. <a href="/keyboard-review.html">en</a>
  37. </footer><!-- /.post-info --> <p>Вот и моё первое ревью, чуввви.</p>
  38. </div><!-- /.entry-content -->
  39. </article>
  40. </section>
  41. <section id="extras" class="body">
  42. <div class="blogroll">
  43. <h2>links</h2>
  44. <ul>
  45. <li><a href="http://getpelican.com/">Pelican</a></li>
  46. <li><a href="http://python.org/">Python.org</a></li>
  47. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  48. <li><a href="#">You can modify those links in your config file</a></li>
  49. </ul>
  50. </div><!-- /.blogroll -->
  51. <div class="social">
  52. <h2>social</h2>
  53. <ul>
  54. <li><a href="#">You can add links in your config file</a></li>
  55. <li><a href="#">Another social link</a></li>
  56. </ul>
  57. </div><!-- /.social -->
  58. </section><!-- /#extras -->
  59. <footer id="contentinfo" class="body">
  60. <address id="about" class="vcard body">
  61. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  62. </address><!-- /#about -->
  63. <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
  64. </footer><!-- /#contentinfo -->
  65. </body>
  66. </html>