tor-browser

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

441259-1-ref.html (286B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 span { display:inline-block; width:50px; height:10px; background:yellow; }
      6 </style>
      7 </head>
      8 <body style="width:100px; border:1px solid black;">
      9 <div style="float:left; width:50px; height:50px; background:green;"></div><span></span>
     10 </body>
     11 </html>