tor-browser

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

iframe_sandbox_content.html (236B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" content="width=device-width, height=device-height" />
      5    <title>Iframe sandbox content</title>
      6  </head>
      7  <body>
      8    <a id="tel-button" href="tel:1">Call</a>
      9  </body>
     10 </html>