tor-browser

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

progress-overflow.html (224B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <div style="-moz-appearance: progressbar; width:180px; height:40px;">
      5      <div style="-moz-appearance: progresschunk; width:50%; height:100%;">
      6      </div>
      7    </div>
      8  </body>
      9 </html>