tor-browser

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

value-isvalid.html (167B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>valid spellcheck</title>
      6 </head>
      7 <body>
      8 <p spellcheck="true"></p>
      9 <p spellcheck="false"></p>
     10 </body>
     11 </html>