tor-browser

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

stylesheet-with-base-ref.html (175B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Stylesheet Without Base Tag</title>
      5    <style>
      6        body { background-color: green; }
      7    </style>
      8 </head>
      9 <body>
     10 </body>
     11 </html>