<header>
  <hgroup>
    <h1>Tizen App</h1>
    <h2>An empty template of Tizen</h2>
  </hgroup>
</header>

<nav>
  <ul>
     <li><a href="#">Home</a></li>
     <li><a href="#">About Us</a></li>
     <li><a href="#">Contact Us</a></li>
  </ul>
</nav>

<article>
  <header>
    <h1>
      <img src="images/tizen_32.png" /> Application Name
    </h1>
  </header>
  <p>This is an empty template of Tizen Web Application. Tizen will support multiple device categories:</p>
  <ul>
    <li>smartphones, tablets and smart TVs
    <li>netbooks, in-vehicle infotainment devices
  </ul>
  <section>
    <p>This is a basic section of a document.</p>
    <p>The following button displays a time using JavaScript.</p>
    <div id="divbutton1">
      <button onclick="startTime();">Clock</button>
    </div>
  </section>
</article>

<footer>
  <p>&copy; 2012 Company Name. All rights reserved.</p>
</footer>