tor-browser

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

0065-isvalid.html (557B)


      1 <!DOCTYPE html>
      2 <html prefix="foaf: http://xmlns.com/foaf/0.1/">
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Test 0065</title>
      6  </head>
      7    <body>
      8    <div about="[_:manu]">
      9      Manu Sporny can be reached via
     10      <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.
     11      <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span>
     12    </div>
     13 
     14    <div about="[_:michael]">
     15      Michael can be reached via
     16      <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.
     17    </div>
     18  </body>
     19 
     20 
     21 </html>