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.

74 lines
2.9KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>My first review</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="/my-first-review.html" rel="bookmark"
  24. title="Permalink to My first review">My first review</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. </footer><!-- /.post-info --> <p>Here is a full review, guys.</p>
  36. </div><!-- /.entry-content -->
  37. </article>
  38. </section>
  39. <section id="extras" class="body">
  40. <div class="blogroll">
  41. <h2>links</h2>
  42. <ul>
  43. <li><a href="http://getpelican.com/">Pelican</a></li>
  44. <li><a href="http://python.org/">Python.org</a></li>
  45. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  46. <li><a href="#">You can modify those links in your config file</a></li>
  47. </ul>
  48. </div><!-- /.blogroll -->
  49. <div class="social">
  50. <h2>social</h2>
  51. <ul>
  52. <li><a href="#">You can add links in your config file</a></li>
  53. <li><a href="#">Another social link</a></li>
  54. </ul>
  55. </div><!-- /.social -->
  56. </section><!-- /#extras -->
  57. <footer id="contentinfo" class="body">
  58. <address id="about" class="vcard body">
  59. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  60. </address><!-- /#about -->
  61. <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>
  62. </footer><!-- /#contentinfo -->
  63. </body>
  64. </html>