tor-browser

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

placeholder-rtl-ref.html (226B)


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