tor-browser

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

test-open-popup-page-action.html (252B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <script
      5      type="text/javascript"
      6      src="test-open-popup-page-action.js"
      7    ></script>
      8  </head>
      9  <body>
     10    <body style="height: 100%">
     11      <p>Hello, world!</p>
     12    </body>
     13  </body>
     14 </html>