Advertisement
Guest User

Untitled

a guest
Mar 12th, 2011
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!-- MASTER PAGE -->
  2. <header><h1>Articles Archive</h1></header>
  3. <article>
  4. <header><h2><a href="/first-article-detail-page.html">First Article Title</a></h2></header>
  5. <p>brief description</p>
  6. </article>
  7. <article>
  8. <header><h2><a href="/second-article-detail-page.html">Second Article Title</a></h2></header>
  9. <p>brief description</p>
  10. </article>
  11.  
  12. <!-- DETAIL PAGE -->
  13. <article>
  14. <header><h1>Article Title</h1></header>
  15. <p>Full article description</p>
  16. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement