tor-browser

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

doc_accessibility_infobar.html (429B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5  </head>
      6 <body>
      7  <h1 id="h1">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h1>
      8  <button id="button">Accessible Button</button>
      9  <p id="p" style="font-size: 0;">This is a paragraph that has no bounds.</p>
     10  <label>Enter text: <input id="input" type="text"></text></label>
     11 </body>
     12 </html>