tor-browser

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

context-fill-07-ref.html (221B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 
      6 div {
      7  width: 100px;
      8  height: 100px;
      9  background-color: black;
     10  display: inline-block;
     11 }
     12 
     13    </style>
     14  </head>
     15  <body>
     16    <div></div>
     17    <div></div>
     18  </body>
     19 </html>