tor-browser

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

fixed-opacity-1.html (245B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="height:2000px; overflow:hidden; margin:0;">
      4 <div style="height:1000px; background:url(repeatable-diagonal-gradient.png) fixed repeat-x; opacity:0.5"></div>
      5 <script src="scrolling.js"></script>
      6 </body>
      7 </html>