tor-browser

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

003-isvalid.xhtml (187B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>valid meter</title>
      4 </head>
      5 <body>
      6 <meter min='0.0' value='0.1' low='0.2' optimum='0.3' high='0.4' max='0.5'/>
      7 </body>
      8 </html>