tor-browser

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

1596310.html (308B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4 <style>
      5 @page { size:5in 3in; margin:0; }
      6 html,body { padding:0; margin:0; height:100%; }
      7 div {
      8  margin-bottom: 1in;
      9  height: 100%;
     10  background: black;
     11  color: white;
     12  page-break-after: always;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17  <div>A</div>
     18 </body>
     19 </html>