tor-browser

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

interactive-widget-overlays-content.html (315B)


      1 <!doctype html>
      2 <meta charset="utf-8" />
      3 <meta
      4  name="viewport"
      5  content="width=device-width,initial-scale=1,interactive-widget=overlays-content"
      6 />
      7 <style>
      8  html {
      9    scrollbar-width: none;
     10  }
     11  body {
     12    margin: 0px;
     13  }
     14 </style>
     15 <div style="width: 100vw; height: 101lvh; background: rgb(0, 128, 0)"></div>