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
1.1 KiB

8 years ago
  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. </head>
  10. <body class="h-entry">
  11. <div class="e-content">
  12. <p>This content has only valid tags. <a href="/example">links</a>, <abbr>abbreviations</abbr>, <b>bold</b>, <code>inline code</code>, <del>delete</del>, <em>emphasis</em>, <i>italics</i>, <img src="/example.jpg" alt="images are allowed"> <q>inline quote</q>, <strike>strikethrough</strike>, <strong>strong text</strong>, and <time datetime="2016-01-01">time elements</time> are supported inline elements.</p>
  13. <blockquote>Blockquote tags are okay</blockquote>
  14. <pre>preformatted text is okay too
  15. for code examples and such</pre>
  16. <p>Paragraph tags are allowed</p>
  17. <h1>One</h1>
  18. <h2>Two</h2>
  19. <h3>Three</h3>
  20. <h4>Four</h4>
  21. <h5>Five</h5>
  22. <h6>Six</h6>
  23. <ul>
  24. <li>One</li>
  25. <li>Two</li>
  26. <li>Three</li>
  27. </ul>
  28. </div>
  29. </body>
  30. </html>