tor-browser

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

withintext2html.html (203B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4  <meta charset=utf-8>  
      5  <title>Within text test: Default</title>
      6 </head>
      7 <body>
      8  <p>Text with <span its-within-text="YES">bold</span>.</p>
      9 </body>
     10 </html>