tor-browser

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

helper_iframe1.html (444B)


      1 <!DOCTYPE HTML>
      2 <!-- The purpose of the 'id' on the HTML element is to get something
      3     identifiable to show up in the root scroll frame's content description,
      4     so we can check it for layerization. -->
      5 <html id="outer3">
      6  <head>
      7    <link rel="stylesheet" type="text/css" href="helper_subframe_style.css"/>
      8  </head>
      9  <body>
     10    <div id="inner3" class="inner-frame">
     11      <div class="inner-content"></div>
     12    </div>
     13  </body>
     14 </html>