mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
27 lines
1.5 KiB
HTML
27 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-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';">
|
|
<title data-l10n-id="newtab-page-title"></title>
|
|
<link rel="icon" type="image/png" href="chrome://branding/content/icon32.png"/>
|
|
<link rel="localization" href="browser/branding/brandings.ftl" />
|
|
<link rel="localization" href="browser/newtab/newtab.ftl" />
|
|
<link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css" />
|
|
<link rel="stylesheet" href="resource://activity-stream/css/activity-stream.css" />
|
|
</head>
|
|
<body class="activity-stream">
|
|
<div id="header-asrouter-container" role="presentation"></div>
|
|
<div id="root"></div>
|
|
<div id="footer-asrouter-container" role="presentation"></div>
|
|
<script src="chrome://browser/content/contentSearchUI.js"></script>
|
|
<script src="chrome://browser/content/contentTheme.js"></script>
|
|
<script src="resource://activity-stream/vendor/react.js"></script>
|
|
<script src="resource://activity-stream/vendor/react-dom.js"></script>
|
|
<script src="resource://activity-stream/vendor/prop-types.js"></script>
|
|
<script src="resource://activity-stream/vendor/redux.js"></script>
|
|
<script src="resource://activity-stream/vendor/react-redux.js"></script>
|
|
<script src="resource://activity-stream/data/content/activity-stream.bundle.js"></script>
|
|
</body>
|
|
</html>
|