tor-browser

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

stylesheet-with-base.html (244B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Stylesheet With Base Tag</title>
      5    <link rel="match" href="stylesheet-with-base-ref.html">
      6    <base href="resources/">
      7    <link rel="stylesheet" href="stylesheet.css">
      8 </head>
      9 <body>
     10 </body>
     11 </html>