tor-browser

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

placeholder-simple.html (197B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body>
      5    <textarea placeholder='foo'></textarea>
      6    <textarea placeholder='bar'></textarea>
      7  </body>
      8 </html>