tor-browser

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

1517385-ref.html (233B)


      1 <!DOCTYPE html>
      2 <html>
      3  <meta charset="utf-8">
      4 
      5  <style>
      6  #content {
      7    position: absolute;
      8    font-size: 20px;
      9    width: 20px;
     10    top: 0;
     11    right: 0;
     12  }
     13  </style>
     14 
     15  <body>
     16    <div id="content">A</div>
     17  </body>
     18 </html>