Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Widget Standards</title>
  6. <meta name="keywords" content="" />
  7. <meta name="description" content="" />
  8. <link href="style.css" rel="stylesheet" type="text/css"/>
  9. </head>
  10.  
  11. <body>
  12.  
  13.  
  14. <header>
  15. <h1><a href="index.html">Test</a></h1>
  16. </header>
  17.  
  18. <nav>
  19. <ul>
  20. <li class="current"><a href="#">Introduction</a></li>
  21. <li><a href="#">Details</a></li>
  22. <li><a href="#">Register</a></li>
  23. <li><a href="#">About Me</a></li>
  24. </ul>
  25. </nav>
  26.  
  27. <section id="container">
  28. <h2>Integer sit amet aliquet</h2>
  29. <p>This is <strong>Retention</strong>, a free, fully standards-compliant CSS template designed by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>. The photos in this template are from <a href="http://fotogrph.com/"> Fotogrph</a>. This free template is released under the <a href="http://templated.co/license">Creative Commons Attribution</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :) </p>
  30. <p>Consectetuer adipiscing elit. Nam pede erat, porta eu, lobortis eget, tempus et, tellus. Etiam neque. Vivamus consequat lorem at nisl. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. Duis pretium velit ac mauris. Proin eu wisi suscipit nulla suscipit interdum. Aenean lectus lorem, imperdiet at, ultrices eget, ornare et, wisi. Pellentesque adipiscing purus ac magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam non wisi a sem semper eleifend. Donec mattis libero eget urna. </p>
  31. </section>
  32.  
  33.  
  34.  
  35. <footer>
  36. <p>&copy; Untitled. All rights reserved.</p>
  37. </footer>
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement