tor-browser

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

641856-1-ref.html (229B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      p {
      6        background:gold;
      7 width: 24em;
      8 
      9           columns: 2;
     10 
     11         column-rule: solid;
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <p>Some<br>text</p>
     17  </body>
     18 </html>