/ Published in: HTML
Expand |
Embed | Plain Text
<!doctype html> <!-- I &heart; HTML 5 --> <html lang="en"> <head> <meta charset="UTF-8" /> </head> <body> <div id="site-container"> <header id="site-header"> <div class="logo"> </div> <hgroup> </hgroup> <nav> <ul> </ul> </nav> </header> <section id="site-page"> <section id="page-content"> <header> </header> <div class="content"> </div> </section> <aside> <ul> <li class="module"> </li> <li class="module"> </li> <li class="module"> </li> </ul> </aside> <footer> </footer> </section> <footer id="site-footer" class="phat-footer"> <ul> </ul> <ul> </ul> <ul> </ul> </footer> </div> </body> </html>
You need to login to post a comment.
