testdox.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Test Documentation</title>
  6. <style>
  7. body {
  8. text-rendering: optimizeLegibility;
  9. font-variant-ligatures: common-ligatures;
  10. font-kerning: normal;
  11. margin-left: 2em;
  12. }
  13. body > ul > li {
  14. font-family: Source Serif Pro, PT Sans, Trebuchet MS, Helvetica, Arial;
  15. font-size: 2em;
  16. }
  17. h2 {
  18. font-family: Tahoma, Helvetica, Arial;
  19. font-size: 3em;
  20. }
  21. ul {
  22. list-style: none;
  23. margin-bottom: 1em;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <h2 id="tests\ExampleTest">tests\Example</h2>
  29. <ul>
  30. <li style="color: #555753;">✓ Basic example</li>
  31. <li style="color: #555753;">✓ Basic exaple 2</li>
  32. <li style="color: #555753;">✓ Basic exampe 3</li>
  33. </ul>
  34. <h2 id="tests\TestTest">tests\Test</h2>
  35. <ul>
  36. <li style="color: #555753;">✓ Basic example</li>
  37. </ul>
  38. </body>
  39. </html>