tor-browser

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

number-reframe-anon-text-field-ref.html (183B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 
      6 input {
      7  font-size: 30pt;
      8  background-color: lightblue;
      9 }
     10 
     11    </style>
     12  </head>
     13  <body>
     14    <input type="number">
     15  </body>
     16 </html>