tor-browser

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

0247-isvalid.html (442B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4 	<meta charset=utf-8>
      5 	<title>Test 0247</title>    
      6  </head>
      7  <body prefix="foaf: http://xmlns.com/foaf/0.1/">    
      8 <div about ="http://www.example.org/#somebody" rel="foaf:knows">
      9     <p property="foaf:name">Ivan Herman</p>
     10 	<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
     11 	<p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p>
     12 </div>
     13  </body>
     14 </html>