You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
774 B

  1. HTTP/1.1 200 OK
  2. Server: Apache
  3. Date: Wed, 09 Dec 2015 03:29:14 GMT
  4. Content-Type: text/html; charset=utf-8
  5. Connection: keep-alive
  6. <html>
  7. <head>
  8. <title>Review</title>
  9. </head>
  10. <body class="h-review">
  11. <h2 class="p-name">Review</h2>
  12. <a href="/h-review" class="u-url">permalink</a>
  13. <h3><a href="http://product.example.com/" class="p-item h-product">The Reviewed Product</a></h3>
  14. <span class="rating"><span class="p-rating">3</span> out of <span class="p-best">5</span></span>
  15. <div class="p-summary">Not great</div>
  16. <div class="e-content">
  17. This is the full text of the review
  18. </div>
  19. <ul>
  20. <li class="p-category">red</li>
  21. <li class="p-category">blue</li>
  22. </ul>
  23. </body>
  24. </html>