tor-browser

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

translate1html.html (367B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8> 
      5  <title>HTML Link Example</title>
      6  <link href="translate1htmlrules.xml" rel="its-rules">
      7 </head>
      8 <body>
      9  <img src="smiley.gif" alt="Smiley face" width="42" height="42">
     10  <p id="100" title="Text">
     11  This is the first paragraph. It has some
     12   <code>un-translatable code</code>
     13   .
     14  </p>
     15 </body>
     16 </html>