tor-browser

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

provenance7htmlstandoff.html (765B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Test</title>
      6    <script id="pr1" type="application/its+xml">
      7      <its:provenanceRecords xml:id="pr1" xmlns:its="http://www.w3.org/2005/11/its">
      8        <its:provenanceRecord
      9             toolRef="http://www.provdata.com/tool/#onlinemtex"
     10             revPerson="James Joyce"
     11             revToolRef="http://www.provdata.com/RevTool/#mycat-v1"
     12             revOrg="acme-CAT-v2.3"
     13             provRef="http://www.examplelsp.com/excontent987/production/prov/e6354"/>
     14 	<its:provenanceRecord
     15 		 revPerson="John Smith" 
     16 		 revOrg="Linguaserve I.S. S.A." />
     17      </its:provenanceRecords>
     18 </script>
     19  </head>
     20  <body>
     21    <p id="#pr1">Here is the information of provenance.</p>
     22  </body>
     23 </html>