tor-browser

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

index.html (1417B)


      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 dir="">
      7  <head>
      8    <meta charset="utf-8" />
      9    <meta http-equiv="Content-Security-Policy" content="default-src chrome:;" />
     10    <link href="chrome://devtools/skin/badge.css" rel="stylesheet" />
     11    <link
     12      href="chrome://devtools/skin/accessibility-color-contrast.css"
     13      rel="stylesheet"
     14    />
     15    <link
     16      href="chrome://devtools/content/accessibility/accessibility.css"
     17      rel="stylesheet"
     18    />
     19    <link
     20      href="chrome://devtools/content/shared/components/splitter/SplitBox.css"
     21      rel="stylesheet"
     22    />
     23    <link
     24      href="chrome://devtools/content/shared/components/Accordion.css"
     25      rel="stylesheet"
     26    />
     27    <link
     28      href="chrome://devtools/content/shared/components/List.css"
     29      rel="stylesheet"
     30    />
     31    <link
     32      href="chrome://devtools/content/shared/components/tree/TreeView.css"
     33      rel="stylesheet"
     34    />
     35 
     36    <script src="chrome://devtools/content/shared/theme-switching.js"></script>
     37  </head>
     38  <body class="theme-body devtools-monospace" role="application">
     39    <div id="content" role="presentation" tabindex="-1"></div>
     40    <script src="./main.js"></script>
     41  </body>
     42 </html>