tor-browser

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

318022-1.html (288B)


      1 <!DOCTYPE html><html class="reftest-paged">
      2 <head>
      3 <style type="text/css" media="all">
      4 html{font-size:12pt}
      5 #a {float:left;}
      6 #b {clear:both;}
      7 #c {page-break-before:always;}
      8 </style>
      9 </head>
     10 <body>
     11 <div id="a">Line 1</div>
     12 <div id="b">Line 2</div>
     13 <div id="c">Line 3</div>
     14 </body>
     15 </html>