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.

36 lines
715 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>Test</title>
  9. <link rel="alternate" type="application/atom+xml" href="/atom">
  10. </head>
  11. <body>
  12. <h1><a href="/author">Author Name</a></h1>
  13. <ul>
  14. <li>
  15. <a href="/1">One</a>
  16. <a href="/author"></a>
  17. </li>
  18. <li>
  19. <a href="/2">Two</a>
  20. <a href="/author"></a>
  21. </li>
  22. <li>
  23. <a href="/3">Three</a>
  24. <a href="/author"></a>
  25. </li>
  26. <li>
  27. <a href="/4">Four</a>
  28. <a href="/author"></a>
  29. </li>
  30. </ul>
  31. </body>
  32. </html>