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.

53 line
2.2KB

  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. <ul>
  20. <li><a href="/category/review.html">Review</a></li>
  21. </ul>
  22. <section id="extras" class="body">
  23. <div class="blogroll">
  24. <h2>links</h2>
  25. <ul>
  26. <li><a href="http://getpelican.com/">Pelican</a></li>
  27. <li><a href="http://python.org/">Python.org</a></li>
  28. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  29. <li><a href="#">You can modify those links in your config file</a></li>
  30. </ul>
  31. </div><!-- /.blogroll -->
  32. <div class="social">
  33. <h2>social</h2>
  34. <ul>
  35. <li><a href="#">You can add links in your config file</a></li>
  36. <li><a href="#">Another social link</a></li>
  37. </ul>
  38. </div><!-- /.social -->
  39. </section><!-- /#extras -->
  40. <footer id="contentinfo" class="body">
  41. <address id="about" class="vcard body">
  42. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  43. </address><!-- /#about -->
  44. <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>
  45. </footer><!-- /#contentinfo -->
  46. </body>
  47. </html>