tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test-collection.html (296B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <ul>
      8      <li>One</li>
      9      <li><a href="#">Two</a></li>
     10    </ul>
     11    <ul>
     12      <li>
     13        1
     14        <ul>
     15          <li>1.1</li>
     16          <li>1.2</li>
     17        </ul>
     18      </li>
     19    </ul>
     20  </body>
     21 </html>