tor-browser

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

locnote2html.html (529B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4   <meta charset=utf-8>   
      5   <title>Example</title>
      6   <link href="locnote2htmlrules.xml" rel="its-rules">
      7  </head>
      8  <body>
      9   <section id="FileNotFound">
     10    <h2>FileNotFound</h2>
     11    <p>
     12    Indicates that the resource file {0} could not be loaded.
     13    </p>
     14    <span>Cannot find the file {0}.</span>
     15   </section>
     16   <section id="DivByZero">
     17    <h2>FileNotFound</h2>
     18    <p>A division by 0 was going to be computed.</p>
     19    <span>Invalid parameter.</span>
     20   </section>
     21  </body>
     22 </html>