tor-browser

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

popup.html (433B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html>
      3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      4   - License, v. 2.0. If a copy of the MPL was not distributed with this
      5   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      6 
      7 <html>
      8    <head></head>
      9    <body style="font-size: 36px">
     10        <h1>Hello world!</h1>
     11        <p>This is a browser action default popup.</p>
     12    </body>
     13 </html>