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.

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