tor-browser

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

basic-slot-1.html (114B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <body>
      4    <slot style="color: green">This text should be green</slot>
      5  </body>
      6 </html>