Don't like ads? PRO users don't see any ads ;-)

[SITE] - FreeCssTemplate(MyVersion)

By: whiplk on Jun 16th, 2012  |  syntax: HTML  |  size: 0.91 KB  |  hits: 31  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. // Template base
  2.  
  3. <html>
  4. <link rel="stylesheet" type="text/css" href="style.css" />
  5. <title>Página</title>
  6.  
  7. <body>
  8. <div class="menu">
  9. <ul>
  10.         <li><a href="#">HOME</a></li>
  11.         <li><a href="#">BLOG</a></li>
  12. </ul>
  13. </div>
  14.  
  15. <div class="page">
  16. <div class="contentHolder">
  17. <h1>praesent scelerisque scelerisque</h1>
  18. <img src="http://www.freecsstemplates.org/previews/outdoor/images/pics01.jpg" alt="Imagen_Willian" />
  19. <p>This is Outdoor, a free, fully standards-compliant CSS template by FCT. The picture in this template is from FotoGrph. This free template is released under a Creative Commons Attributions 3.0 license, so you are pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :) </p>
  20. <br />
  21. <hr />
  22.  
  23. <h2>Etiam posuere augue<h2>
  24. <br />
  25. <ul>
  26.         <li>Aliquam libero</li>
  27. </ul>
  28. </div>
  29. </div>
  30. </body>
  31. </html>