tor-browser

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

time-content-left-aligned.html (285B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4     <input type="time" style="width: 50px;">
      5     <!-- div to cover the right area -->
      6     <div style="display:block; position:absolute; background-color:black;
      7                 top:0px; left:40px; width:200px; height:100px;"></div>
      8  </body>
      9 </html>