Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div role="main" class="ui-content">
  2. <ul data-role="listview" data-inset="true">
  3. <li>
  4. <img/>
  5. <h2>Newest Blog Post Title</h2>
  6. <p>Newest Blog Post Content</p>
  7. </li>
  8. <li>
  9. <img/>
  10. <h2>Second Blog Post Title</h2>
  11. <p>Second Blog Post Content</p>
  12. </li>
  13. <li>
  14. <img/>
  15. <h2>Third Blog Post Title</h2>
  16. <p>Third Blog Post Content</p>
  17. </li>
  18. </ul>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement