<!doctype html>
<html lang="cs">
<head>
  <title></title>
  <meta charset="utf-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
  <meta name="author" content="" />
  <link rel="stylesheet" href="styles.css" />
  <link rel="shortcut icon" href="favico.png" />
  <!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
</head>

<body>
  <header>
    <h1>Nadpis</h1>
    <nav>
      <ul>
        <li>Jabka</li>
        <li>Hrušky</li>
      </ul>
    </nav>
  </header>

  <main>
    <article>
      <h1>Článek</h1>
      <nav>
      </nav>
      <p>Lorem ipsum</p>
    </article>
    <aside>
      <p>More information</p>
    </aside>
  </main>

  <section class="">
  </section>

  <footer>
    <p>Powered by: </p>
  </footer>
</body>
</html>
