tor-browser

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

toolbar.xhtml (893B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <!DOCTYPE html>
      6 <html xmlns="http://www.w3.org/1999/xhtml">
      7  <head>
      8    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      9    <meta
     10      http-equiv="Content-Security-Policy"
     11      content="default-src chrome: resource:; img-src chrome: resource: data:;"
     12    />
     13    <link
     14      rel="stylesheet"
     15      type="text/css"
     16      href="chrome://devtools/content/responsive/index.css"
     17    />
     18    <script src="chrome://devtools/content/shared/theme-switching.js"></script>
     19    <script src="resource://devtools/client/responsive/index.js"></script>
     20  </head>
     21  <body role="application">
     22    <div id="root"></div>
     23  </body>
     24 </html>