tor-browser

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

screenshots-preview.html (774B)


      1 <!doctype html>
      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 file,
      4   - You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <html>
      6  <head>
      7    <meta charset="utf-8" />
      8    <title></title>
      9    <meta
     10      http-equiv="Content-Security-Policy"
     11      content="default-src chrome:; img-src blob:; object-src 'none';"
     12    />
     13 
     14    <link rel="localization" href="browser/screenshots.ftl" />
     15    <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
     16    <script
     17      type="module"
     18      src="chrome://browser/content/screenshots/screenshots-preview.mjs"
     19    ></script>
     20  </head>
     21 
     22  <body>
     23    <screenshots-preview></screenshots-preview>
     24  </body>
     25 </html>