tor-browser

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

376137-1.html (255B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <style>
      4 span { display:block; outline: 10px solid yellow; }
      5 </style>
      6 </head>
      7 
      8 <body>
      9 
     10 <div>
     11  <div style="display: -moz-inline-box">
     12    <span>M</span>
     13    <span>N</span>
     14  </div>
     15 </div>
     16 
     17 </body>
     18 </html>