Splash Page Wireframe


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div id=”wrapper”> <!—BEGIN WRAPPER -- >
  2. <div id=”header”></div>
  3. <div id=”column-wrapper”>
  4. <div id=”left-column”></div>
  5. <div id=”right-column”></div>
  6. </div>
  7. <div id=”feature-wrapper”>
  8. <div class=”feature”></div>
  9. <div id=”portal-content-wrapper”></div>
  10. <div id=”google”></div>
  11. </div>
  12. <div id=”footer-wrapper”>
  13. </div>
  14. </div>
  15. <!— END WRAPPER -- >

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.