tor-browser

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

0176-isvalid.html (684B)


      1 <!DOCTYPE html>
      2 <html prefix="foaf: http://xmlns.com/foaf/0.1/">
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Test 0176</title>
      6  </head>
      7    <body>
      8    <div about="_:manu">
      9      Manu can be reached via
     10      <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.
     11      <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span>
     12      <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span>
     13    </div>
     14 
     15    <div about="_:gregg">
     16      Gregg can be reached via
     17      <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.
     18    </div>
     19  </body>
     20 
     21 
     22 </html>