tor-browser

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

test-print-single-page-noref.html (213B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <link href="print.css" rel="stylesheet">
      6 </head>
      7 <body>
      8  <p>This text should appear on page 1</p>
      9  <p>There shouldn't be another page</p>
     10 </body>
     11 </html>