Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

60 строки
2.4KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Opensource Game Studio</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><a href="/category/review.html">Review</a></li>
  17. </ul></nav>
  18. </header><!-- /#banner -->
  19. <section id="content" class="body">
  20. <h1>Archives for Opensource Game Studio</h1>
  21. <dl>
  22. <dt>Mon 03 July 2017</dt>
  23. <dd><a href="/pelican-review.html">Pelican review</a></dd>
  24. <dt>Thu 01 June 2017</dt>
  25. <dd><a href="/keyboard-review.html">My first review</a></dd>
  26. </dl>
  27. </section>
  28. <section id="extras" class="body">
  29. <div class="blogroll">
  30. <h2>links</h2>
  31. <ul>
  32. <li><a href="http://getpelican.com/">Pelican</a></li>
  33. <li><a href="http://python.org/">Python.org</a></li>
  34. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  35. <li><a href="#">You can modify those links in your config file</a></li>
  36. </ul>
  37. </div><!-- /.blogroll -->
  38. <div class="social">
  39. <h2>social</h2>
  40. <ul>
  41. <li><a href="#">You can add links in your config file</a></li>
  42. <li><a href="#">Another social link</a></li>
  43. </ul>
  44. </div><!-- /.social -->
  45. </section><!-- /#extras -->
  46. <footer id="contentinfo" class="body">
  47. <address id="about" class="vcard body">
  48. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  49. </address><!-- /#about -->
  50. <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>
  51. </footer><!-- /#contentinfo -->
  52. </body>
  53. </html>