tor-browser

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

number-placeholder-ref.html (196B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 
      6 input {
      7  width: 15em;
      8  color: blue;
      9  font-style: italic;
     10 }
     11 
     12    </style>
     13  </head>
     14  <body>
     15    <input type="number" value="123">
     16  </body>
     17 </html>