tor-browser

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

underline-button-2.html (226B)


      1 <!doctype html>
      2 <html>
      3 <body>
      4  <span style="text-decoration: underline; font: 16px sans-serif">
      5    Some<button style="display: inline; color: black; font: 16px sans-serif">text</button>and a button
      6  </span>
      7 </body>
      8 </html>