tor-browser

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

449171-1.html (303B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      @import url("data:text/css,.import { color: green }");
      6      div { color: red }
      7      @media {
      8        .media { color: green }
      9      }
     10    </style>
     11  </head>
     12  <body>
     13    <div class="import">test</div>
     14    <div class="media">test</div>
     15  <body>
     16 </html>