tor-browser

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

1159729-offset-adjustment-notref.html (217B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style type="text/css">
      6 p {
      7  font: 12px Impact, Times, serif;
      8 }
      9 span {
     10  background: black;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <p>
     16 <span>abcxyz</span>
     17 </p>
     18 </body>
     19 </html>