tor-browser

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

0329-isvalid.html (326B)


      1 <!DOCTYPE html>
      2 <html prefix="foaf: http://xmlns.com/foaf/0.1/">
      3 <head>
      4   <meta charset=utf-8>
      5   <title>Test 0329</title>
      6 </head>
      7 <body>
      8  <div about="http://example.org/foaf#me" property="foaf:name">
      9    <span property="foaf:givenName">John</span> 
     10    <span property="foaf:familyName">Doe</span> 
     11  </div>
     12 </body>
     13 </html>