tor-browser

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

dynamic-button-01b.html (132B)


      1 <!DOCTYPE html>
      2 <style>
      3 .test::after {
      4    content:"::after content";
      5 }
      6 </style>
      7 
      8 <button class="test">
      9  Button contents
     10 </button>