tor-browser

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

0087-isvalid.html (1835B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta charset=utf-8>
      5      <title>Test 0087</title>
      6   </head>
      7   <body>
      8      <p>
      9         <a rel=":alternate" href="http://example.org/alternate">alternate</a>
     10         <a rel=":appendix" href="http://example.org/appendix">appendix</a>
     11         <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a>
     12         <a rel=":cite" href="http://example.org/cite">cite</a>
     13         <a rel=":chapter" href="http://example.org/chapter">chapter</a>
     14         <a rel=":contents" href="http://example.org/contents">contents</a>
     15         <a rel=":copyright" href="http://example.org/copyright">copyright</a>
     16         <a rel=":glossary" href="http://example.org/glossary">glossary</a>
     17         <a rel=":help" href="http://example.org/help">help</a>
     18         <a rel=":icon" href="http://example.org/icon">icon</a>
     19         <a rel=":index" href="http://example.org/index">index</a>
     20         <a rel=":first" href="http://example.org/first">first</a>
     21         <a rel=":last" href="http://example.org/last">last</a>
     22         <a rel=":license" href="http://example.org/license">license</a>
     23         <a rel=":meta" href="http://example.org/meta">meta</a>
     24         <a rel=":next" href="http://example.org/next">next</a>
     25         <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a>
     26         <a rel=":prev" href="http://example.org/prev">prev</a>
     27         <a rel=":role" href="http://example.org/role">role</a>
     28         <a rel=":section" href="http://example.org/section">section</a>
     29         <a rel=":subsection" href="http://example.org/subsection">subsection</a>
     30         <a rel=":start" href="http://example.org/start">start</a>
     31         <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a>
     32         <a rel=":up" href="http://example.org/up">up</a>
     33      </p>
     34   </body>
     35 </html>