tor-browser

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

1108104-ref.html (694B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <meta charset="utf-8">
      5  <style type="text/css" media="all">
      6 @font-face {
      7  font-family: 'dvsm';
      8  font-style: normal;
      9  font-weight: 200;
     10  src: url(../fonts/DejaVuSansMono.woff) format('truetype');
     11 }
     12 body,html {margin:0; padding:0;}
     13 .header{
     14  font-family: 'dvsm';
     15  position:absolute;
     16  top:0;
     17  left:0;
     18  right:0;
     19 }
     20 </style>
     21 </head>
     22 <body>
     23 
     24  <div class="header">This is a header!</div>
     25 
     26    <p>I'm a paragraph (0)</p>
     27    <div style="page-break-before:always;"></div>
     28    <div style="height:1px; font-family: 'dvsm';">This is a header!</div>
     29    <p style="margin-top:-1px; padding-top:2em;">I'm a paragraph (1)</p>
     30  
     31 
     32 </body>
     33 </html>