tor-browser

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

0183-novalid.html (393B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>Test 0183</title>
      6  <base href="http://example.org/">
      7 </head>
      8 <body>
      9  <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" >
     10    <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" >
     11      <p property="foaf:name">A particular agent</p>
     12    </div>
     13  </div>
     14 </body>
     15 </html>