123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8"/>
- <title>Test Documentation</title>
- <style>
- body {
- text-rendering: optimizeLegibility;
- font-variant-ligatures: common-ligatures;
- font-kerning: normal;
- margin-left: 2em;
- }
- body > ul > li {
- font-family: Source Serif Pro, PT Sans, Trebuchet MS, Helvetica, Arial;
- font-size: 2em;
- }
- h2 {
- font-family: Tahoma, Helvetica, Arial;
- font-size: 3em;
- }
- ul {
- list-style: none;
- margin-bottom: 1em;
- }
- </style>
- </head>
- <body>
- <h2 id="tests\ExampleTest">tests\Example</h2>
- <ul>
- <li style="color: #555753;">✓ Basic example</li>
- <li style="color: #555753;">✓ Basic exaple 2</li>
- <li style="color: #555753;">✓ Basic exampe 3</li>
- </ul>
- <h2 id="tests\TestTest">tests\Test</h2>
- <ul>
- <li style="color: #555753;">✓ Basic example</li>
- </ul>
- </body>
- </html>
|