New Tab.html 3.8 KB

12345678910111213141516171819202122232425262728293031
  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. <!DOCTYPE html>
  5. <html dir="ltr" lang="und"><head>
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7. <meta charset="utf-8">
  8. <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';">
  9. <title data-l10n-id="newtab-page-title">New Tab</title>
  10. <link rel="icon" type="image/png" href="chrome://branding/content/icon32.png">
  11. <link rel="localization" href="browser/branding/brandings.ftl">
  12. <link rel="localization" href="browser/newtab/newtab.ftl">
  13. <link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css">
  14. <link rel="stylesheet" href="resource://activity-stream/css/activity-stream.css">
  15. </head>
  16. <body class="activity-stream" style="--newtab-search-icon:url(moz-extension://bd9496a5-14e8-42c0-a21e-534a23ab55f9/favicon.ico);">
  17. <div id="header-asrouter-container" role="presentation"></div>
  18. <div id="root"><div><div class="outer-wrapper only-search"><main><div class="non-collapsible-section"><div class="search-wrapper"><div class="logo-and-wordmark"><div class="logo"></div><div class="wordmark"></div></div><div class="search-inner-wrapper"><input id="newtab-search-text" data-l10n-id="newtab-search-box-search-the-web-input" maxlength="256" type="search" autocomplete="off" aria-autocomplete="true" aria-controls="searchSuggestionTable" aria-expanded="false" placeholder="Search the Web" title="Search the Web" aria-label="Search the Web"><button id="searchSubmit" class="search-button" data-l10n-id="newtab-search-box-search-button" title="Search" aria-label="Search"></button><table id="searchSuggestionTable" class="contentSearchSuggestionTable" role="presentation" hidden=""><tr class="contentSearchHeaderRow"><td class="contentSearchHeader" id="contentSearchDefaultEngineHeader"><img src="New%20Tab_files/favicon.ico">DuckDuckGo Search</td></tr><tr class="contentSearchSuggestionsContainer"><td class="contentSearchSuggestionsContainer"><table class="contentSearchSuggestionsList" role="listbox"></table></td></tr><table class="contentSearchOneOffsTable contentSearchSuggestionsContainer" role="group"><tr class="contentSearchHeaderRow"><td class="contentSearchHeader" id="contentSearchSearchWithHeader"><label>Search with:</label><label class="contentSearchSearchWithHeaderSearchText"></label><label></label></td></tr></table><button class="contentSearchSettingsButton contentSearchHeaderRow contentSearchHeader" id="contentSearchSettingsButton" aria-selected="false">Change Search Settings</button></table></div></div></div><div class="body-wrapper on"><div class="sections-list"></div><div class="prefs-button"><button class="icon icon-settings" data-l10n-id="newtab-settings-button" title="Customize your New Tab page"></button></div></div></main></div></div></div>
  19. <div id="footer-asrouter-container" role="presentation"></div>
  20. <script src="chrome://browser/content/contentSearchUI.js"></script>
  21. <script src="chrome://browser/content/contentTheme.js"></script>
  22. <script src="resource://activity-stream/vendor/react.js"></script>
  23. <script src="resource://activity-stream/vendor/react-dom.js"></script>
  24. <script src="resource://activity-stream/vendor/prop-types.js"></script>
  25. <script src="resource://activity-stream/vendor/redux.js"></script>
  26. <script src="resource://activity-stream/vendor/react-redux.js"></script>
  27. <script src="resource://activity-stream/vendor/react-transition-group.js"></script>
  28. <script src="resource://activity-stream/data/content/activity-stream.bundle.js"></script>
  29. </body></html>