tor-browser

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

fullscreen-root-fills-page-ref.html (277B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <style>
      5        html, body {
      6            width: 100%;
      7            height: 100%;
      8            margin: 0;
      9            padding: 0;
     10        }
     11 
     12        body {
     13            background-color: green;
     14        }
     15    </style>
     16 </head>
     17 <body></body>
     18 </html>