tor-browser

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

justification-2-ref.html (237B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 span { display:inline-block; width:100px; height:10px; background:yellow; }
      6 </style>
      7 </head>
      8 <body>
      9 <span></span><span style="background:none;"></span><span></span><br>
     10 <span></span>
     11 </body>
     12 </html>