Advertisement
Blocks

Firefox home page Code

Nov 11th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.82 KB | None | 0 0
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2.   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
  3.   - You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4.  
  5. <!doctype html>
  6. <html>
  7.   <head>
  8.     <meta charset="utf-8">
  9.     <meta http-equiv="Content-Security-Policy" content="default-src 'none'; object-src 'none'; script-src resource: chrome:; connect-src https:; img-src https: data: blob:; style-src 'unsafe-inline';">
  10.     <title data-l10n-id="newtab-page-title"></title>
  11.     <link rel="icon" type="image/png" href="chrome://branding/content/icon32.png"/>
  12.     <link rel="localization" href="browser/branding/brandings.ftl" />
  13.     <link rel="localization" href="browser/newtab/newtab.ftl" />
  14.     <link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css" />
  15.     <link rel="stylesheet" href="resource://activity-stream/css/activity-stream.css" />
  16.   </head>
  17.   <body class="activity-stream">
  18.     <div id="header-asrouter-container" role="presentation"></div>
  19.     <div id="root"></div>
  20.     <div id="footer-asrouter-container" role="presentation"></div>
  21.     <script src="chrome://browser/content/contentSearchUI.js"></script>
  22.     <script src="chrome://browser/content/contentTheme.js"></script>
  23.     <script src="resource://activity-stream/vendor/react.js"></script>
  24.     <script src="resource://activity-stream/vendor/react-dom.js"></script>
  25.     <script src="resource://activity-stream/vendor/prop-types.js"></script>
  26.     <script src="resource://activity-stream/vendor/redux.js"></script>
  27.     <script src="resource://activity-stream/vendor/react-redux.js"></script>
  28.     <script src="resource://activity-stream/vendor/react-transition-group.js"></script>
  29.     <script src="resource://activity-stream/data/content/activity-stream.bundle.js"></script>
  30.   </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement