tor-browser

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

287088-1-ref.html (307B)


      1 <html>
      2 <head>
      3 <style>
      4 div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
      5 </style>
      6 </head>
      7 <body>
      8 
      9 <div>
     10 Line number one.<br/>Line number two.<br/>Line number three.
     11 </div>
     12 
     13 <div style="height: 50000px;">
     14 <!-- to force a scrollbar -->
     15 </div>
     16 
     17 </body>
     18 </html>